This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regecomp, regexec: Use mnemonic character names
authorKarl Williamson <public@khwilliamson.com>
Fri, 3 Dec 2010 16:32:14 +0000 (09:32 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 4 Dec 2010 20:05:31 +0000 (12:05 -0800)
commitced7f09023f51e105efcf75e3b73986b408608ae
tree3b87252ac5cea95b49de9d7e9aa06b4b17f8f8b3
parent0072151e81aec9c504f2be93f0562f270ffac2c8
regecomp, regexec: Use mnemonic character names

This patch replaces hex ordinals by macros containing the character
names, for clarity and portability to EBCDIC.
regcomp.c
regexec.c