Add OPpCOREARGS_PUSHMARK flag
authorFather Chrysostomos <sprout@cpan.org>
Mon, 22 Aug 2011 00:27:58 +0000 (17:27 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 25 Aug 2011 21:25:33 +0000 (14:25 -0700)
commit0b19d81a098d6a9b895996d374ca0adc621f1590
treec2684f6781a0168d6e10dd7b768ff6b385cbf719
parentce0b554bf53c768c04939d95a2e6b23356a045b0
Add OPpCOREARGS_PUSHMARK flag

This will be used to tell pp_coreargs when it needs to call
pp_pushmark.

For those functions that need a pushmark, it has to come between
two things that pp_coreargs does; so the easiest way is to use
this flag.
ext/B/B/Concise.pm
op.h