diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-09-25 01:23:31 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-09-25 01:23:31 +0000 |
commit | 5bc10b2cfeb5ef2af5d606c83b73143a5ad28a8e (patch) | |
tree | 9b303c1de4b4c812b96848b575680947b3c92dfd /perl.c | |
parent | faec1544a062a64ce2cc9a557a1d8f35ddbe6c18 (diff) | |
download | perl-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |