This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: change names of two vars for clarity
authorKarl Williamson <khw@khw-desktop.(none)>
Sun, 6 Jun 2010 14:50:24 +0000 (08:50 -0600)
committerDavid Mitchell <davem@iabyn.com>
Mon, 7 Jun 2010 16:15:04 +0000 (17:15 +0100)
commitf2ed9b323720c96381a3407a26ac73176799e8ee
treeda89d733787a719fde0f9cb6517c630c5768b5ce
parent60eaec425bbc5e93d5dab2c98aa44af5d0baeb52
regexec.c: change names of two vars for clarity

do_utf8 is changed to utf8_target
UTF is changed to UTF_PATTERN

This will help me keep track of the fact that there are four possible
combinations of these, and that ! do_utf8 doesn't necessarily mean don't
do utf8.
regexec.c