This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename some internal regex #defines
authorKarl Williamson <khw@cpan.org>
Thu, 28 Aug 2014 20:05:40 +0000 (14:05 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 3 Sep 2014 18:43:15 +0000 (12:43 -0600)
commit93e92956bb470aeaf41fd87a47176cf4906ffd1c
treea426241053cb708b957bba79ede65a7d1da73662
parentf64bdbe57e6dafabd081fc3815ae72a00ebd03e6
Rename some internal regex #defines

These are renamed to be more clear as to their actual meanings.  I know
other people have been confused by their former names.

Some of the name changes will become more important as future commits
will allow the bitmap in a bracketed character class to be a different
size.
regcomp.c
regcomp.h
regexec.c