Message-ID: <
452A1A9F.4080103@iki.fi>
p4raw-id: //depot/perl@28968
case NREFFL:
{
char *s;
- char type = OP(scan);
+ char type;
PL_reg_flags |= RF_tainted;
/* FALL THROUGH */
case NREF:
case NREFF:
+ type = OP(scan);
{
SV *sv_dat=(SV*)rex->data->data[ ARG( scan ) ];
I32 *nums=(I32*)SvPVX(sv_dat);