This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Follow-up to previous Solaris/S_regmatch commit
authorDavid Mitchell <davem@iabyn.com>
Mon, 4 Apr 2016 13:51:40 +0000 (14:51 +0100)
committerDavid Mitchell <davem@iabyn.com>
Mon, 4 Apr 2016 13:51:40 +0000 (14:51 +0100)
commit19949523b593c5b1e189da235f8065e235ee68e0
tree9c8e8254b196644e2e819ddf83936ee3fa95c417
parentc5d7841e4eb4cac218f8e76e74844b681396e3b2
Follow-up to previous Solaris/S_regmatch commit

PL_charclass is the thing being temporarily #defined to something else, so
it's the thing that needs #undeffing at the end, not pl_charclass_dup.

Doesn't make any difference at the moment, but would if at some point
a function following S_regmatch() started making use of PL_charclass.
regexec.c