There's no need to handle 'set' magic in the mX?PUSH macros.
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Fri, 4 Jan 2008 12:28:54 +0000 (12:28 +0000)
committerMarcus Holland-Moritz <mhx-perl@gmx.net>
Fri, 4 Jan 2008 12:28:54 +0000 (12:28 +0000)
commit121b77126d4ab6098abde56a8c4175a9704d61b2
tree343b2118389ad00a103dab3d230d3e31934fb52c
parentae374e95f2465dddad54f12486ab8266e5ccbb5a
There's no need to handle 'set' magic in the mX?PUSH macros.
The macros all create new mortals using sv_newmortal(), and those
cannot be magical. This is in contrary to the X?PUSH macros, which
operate on TARG, which can be magical.
With that in mind, mentioning whether or not mX?PUSH can handle
'set' magic doesn't make sense any longer.

p4raw-id: //depot/perl@32824
pod/perlapi.pod
pp.h