p4raw-id: //depot/perl@262
case OP_LC:
case OP_LCFIRST:
case OP_QUOTEMETA:
-- if (o->op_next->op_type == OP_STRINGIFY)
++ if (o->op_next && o->op_next->op_type == OP_STRINGIFY)
null(o->op_next);
o->op_seq = op_seqmax++;
break;
# define EXTERN_C
#endif
--#if defined(USE_THREADS) /* && !defined(PERL_CORE) && !defined(PERLDLL) */
--#ifndef CRIPPLED_CC
--#define CRIPPLED_CC
--#endif
--#endif
--
--#ifdef OP_IN_REGISTER
++ifdef OP_IN_REGISTER
# ifdef __GNUC__
# define stringify_immed(s) #s
# define stringify(s) stringify_immed(s)