This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Change constants for clarity.
authorKarl Williamson <public@khwilliamson.com>
Tue, 7 Dec 2010 22:13:29 +0000 (15:13 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 11 Dec 2010 22:57:46 +0000 (15:57 -0700)
commit30e9bc90ff255ffc2e220a3b10772597a8d8423a
tree6b8a050b2dfd4c9ca09f54ac1f76a3fa82e7d604
parenta1f3213ba6ba505766fbd1a7636a29ffe462cfe9
regcomp.c: Change constants for clarity.

Oddly, it is clearer to use 0xFF as an exclusive-or target instead of an
unrelated #define that happens to have that value.
regcomp.c