summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2006-09-25 01:23:31 +0000
committerDave Mitchell <davem@fdisolutions.com>2006-09-25 01:23:31 +0000
commit5bc10b2cfeb5ef2af5d606c83b73143a5ad28a8e (patch)
tree9b303c1de4b4c812b96848b575680947b3c92dfd /perl.c
parentfaec1544a062a64ce2cc9a557a1d8f35ddbe6c18 (diff)
downloadperl-5bc10b2cfeb5ef2af5d606c83b73143a5ad28a8e.tar.gz
eliminate PL_regindent and improve -Mre=Debug,STATE output
p4raw-id: //depot/perl@28885
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index be381b9ce6..c15874a181 100644
--- a/perl.c
+++ b/perl.c
@@ -3478,7 +3478,6 @@ S_init_interp(pTHX)
/* As these are inside a structure, PERLVARI isn't capable of initialising
them */
- PL_regindent = 0;
PL_reg_oldcurpm = PL_reg_curpm = NULL;
PL_reg_poscache = PL_reg_starttry = NULL;
}