assignment of char * to struct pmop *, even when the value is NULL.
p4raw-id: //depot/perl@27734
/* 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