This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Don't use general macro
authorKarl Williamson <khw@cpan.org>
Mon, 5 Jan 2015 22:30:42 +0000 (15:30 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 6 Jan 2015 22:05:26 +0000 (15:05 -0700)
commitf145dab8774784ae241116bcca6f213d0ea44ae1
tree2f533611fbd1785517ffbce9acabe812078d18f2
parent25016d423e8dd5392c103ec57b66dd302362b2c1
regcomp.c: Don't use general macro

The macro REGC is used to hide PASS1 behavior versus PASS2 behavior from
the caller.  But this is the last use of REGC, and it's only executed in
PASS2, so it doesn't need the generality (and obscurity) that REGC
provides.
regcomp.c