This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add #ifdefs for RE_TRACK_PATTERN_OFFSETS
authorKarl Williamson <khw@cpan.org>
Sat, 15 Sep 2018 14:17:21 +0000 (08:17 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 17 Oct 2018 15:23:04 +0000 (09:23 -0600)
commit9984212af545c3a6a8f681390eebbe6df0036512
tree644ac50e6cabb6e0501765462829958a8498b029
parentd6139ec4a9065ae249ab512398326a70dfb2fea2
regcomp.c: Add #ifdefs for RE_TRACK_PATTERN_OFFSETS

This is supposed to be independent of DEBUGGING, but in fact regcomp.c
would not compile unless both were false or both true
regcomp.c