This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move stack extension into FT_* macros
authorFather Chrysostomos <sprout@cpan.org>
Thu, 29 Mar 2012 22:55:22 +0000 (15:55 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 21 May 2012 17:49:04 +0000 (10:49 -0700)
commit226b920186705fc2c28a5bfa7f1b68ab3b56ddb4
tree729a0ea6f0170b71c80004d156ca2681ebc5c0bd
parent6ade2d35dc8c339a3e8d6ee685819d2a68e20edd
Move stack extension into FT_* macros

Every filetest operator with the OPf_REF flag set has to extend the
stack for the argument.  One operator was missing it until the previ-
ous commit.  Since we have special return macros for these operators,
put the stack extension there, to avoid a repeat of this type of mis-
take and reduce repetitiveness.
doio.c
pp_sys.c