This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Away with REXEC_SCREAM!
authorFather Chrysostomos <sprout@cpan.org>
Thu, 24 May 2012 21:45:41 +0000 (14:45 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 30 May 2012 06:55:23 +0000 (23:55 -0700)
commita91cc45146f05ad6f704d28dd889084201c1b74f
tree25328027ab62e909b3c00e2b8d7d299a0758fe5c
parent43e373e63c219121304886fa2ecda701fe46cd7f
Away with REXEC_SCREAM!

Actually, we cannot remove the definition, as there are CPAN modules
that need it; but they only test the flag, and never set it, so perl
doesn’t need to keep testing it itself.
pp_ctl.c
pp_hot.c
regexec.c