From: Ilya Zakharevich Date: Sat, 18 Jul 1998 17:34:00 +0000 (-0400) Subject: enable color output with -Mre=debugcolor with -DDEBUGGING X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=285bbc626fdad9e93208590c8ec2fd6d757644bd;p=p5sagit%2Fp5-mst-13.2.git enable color output with -Mre=debugcolor with -DDEBUGGING Message-Id: <199807182134.RAA20644@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_72] Better -Mre=colordb p4raw-id: //depot/perl@1596 --- diff --git a/ext/re/re.xs b/ext/re/re.xs index 27c92b9..7230d62 100644 --- a/ext/re/re.xs +++ b/ext/re/re.xs @@ -30,6 +30,7 @@ static void install(void) { dTHR; + PL_colorset = 0; /* Allow reinspection of ENV. */ PL_regexecp = &my_regexec; PL_regcompp = &my_regcomp; oldfl = PL_debug & R_DB;