amagic_deref_call does not necessitate SPAGAIN
authorFather Chrysostomos <sprout@cpan.org>
Tue, 22 Nov 2011 21:34:37 +0000 (13:34 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 23 Nov 2011 05:29:33 +0000 (21:29 -0800)
commite499bb364c2db5d5d50ebeb4678982e3fd5bb282
treebbdfdff0033135df2f6735e38b9426ee2fc20459
parentf6525ddc4297d17c59a06ff1ffd820c8e0119adc
amagic_deref_call does not necessitate SPAGAIN

As amagic_deref_call pushes a new stack, PL_stack_sp will always have
the same value before and after, so SPAGAIN is unnecessary.
pp.c
pp_hot.c
sv.c