diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1998-07-18 13:34:00 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 04:12:39 +0000 |
commit | 285bbc626fdad9e93208590c8ec2fd6d757644bd (patch) | |
tree | 542cd1de1e4cfa56f3193dfd51b61c8d7d558e6f /ext/re | |
parent | f3260bf1a240854b4766f9aa531c00604c3da16f (diff) | |
download | perl-285bbc626fdad9e93208590c8ec2fd6d757644bd.tar.gz |
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
Diffstat (limited to 'ext/re')
-rw-r--r-- | ext/re/re.xs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/re/re.xs b/ext/re/re.xs index 27c92b9294..7230d626dc 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; |