summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 827844266c..1045c737c1 100644
--- a/perl.c
+++ b/perl.c
@@ -3474,7 +3474,8 @@ 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 = PL_reg_poscache = PL_reg_starttry = NULL;
+ PL_reg_oldcurpm = PL_reg_curpm = NULL;
+ PL_reg_poscache = PL_reg_starttry = NULL;
}
STATIC void