This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Simplify some debug handling
authorKarl Williamson <khw@cpan.org>
Wed, 23 Sep 2015 16:45:03 +0000 (10:45 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 11 Oct 2015 16:48:31 +0000 (10:48 -0600)
commitcf95b1cd03a50b8234de584681cf4fb6f2a8f342
treec1d432d5efbe29fd3c9a0ab1f4b3d76587ec1649
parent2dbcd9cf0e6aacf34828ca8cbcfb3fd0128577eb
regcomp.c: Simplify some debug handling

This code seems to date from before the variable 'parse_start' was more
global in this routine.  Instead of defining a local variable which
masks the outer one, use the outer one with suitable offset adjustments.
regcomp.c