summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-25 04:56:56 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-25 04:56:56 +0000
commitadac82c7012022865800c6235e0a0d8b8710e279 (patch)
treed4115ed17a218f6e06aed4c85487d807842bdc85 /regcomp.c
parent7399586d384137f7ae66bcc82a83b0df7dd429e5 (diff)
downloadperl-adac82c7012022865800c6235e0a0d8b8710e279.tar.gz
fix little utf8 nits in testsuite; add patch from Ilya that cures
a utf8 bug in one of the new RE optimizations p4raw-id: //depot/perl@3730
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.c b/regcomp.c
index c6fb7feeb7..2d81da18d4 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -3224,6 +3224,7 @@ void
Perl_pregfree(pTHX_ struct regexp *r)
{
dTHR;
+ DEBUG_r(if (!PL_colorset) reginitcolors());
DEBUG_r(PerlIO_printf(Perl_debug_log,
"%sFreeing REx:%s `%s%.60s%s%s'\n",
PL_colors[4],PL_colors[5],PL_colors[0],