p4raw-id: //depot/perl@29170
/* readpipe() vas overriden */
cSVOPx(cLISTOPx(cUNOPx(PL_lex_op)->op_first)->op_first->op_sibling)->op_sv = tokeq(PL_lex_stuff);
yylval.opval = PL_lex_op;
- PL_lex_op =
+ PL_lex_op = NULL;
PL_lex_stuff = NULL;
return THING;
}
no_op("Backticks",s);
if (!s)
missingterm(NULL);
- readpipe_override(aTHX);
+ readpipe_override();
TERM(sublex_start());
case '\\':
s = scan_str(s,!!PL_madskills,FALSE);
if (!s)
missingterm(NULL);
- readpipe_override(aTHX);
+ readpipe_override();
TERM(sublex_start());
case KEY_return: