up until you test on a "real" architecture)
p4raw-id: //depot/perl@31023
SAVESPTR(PL_unitcheckav);
PL_unitcheckav = newAV();
SAVEFREESV(PL_unitcheckav);
- SAVEI32(PL_error_count);
+ SAVEI8(PL_error_count);
#ifdef PERL_MAD
SAVEBOOL(PL_madskills);
PUTBACK;
if (IN_PERL_COMPILETIME) {
/* XXX ought to be handled by lex_start */
- SAVEI32(PL_in_my);
+ SAVEI16(PL_in_my);
PL_in_my = 0;
sv_setpv(tokenbufsv, PL_tokenbuf);
}