Message-ID: <
20010823120636.A9961@netthink.co.uk>
p4raw-id: //depot/perl@11732
{
int needblockscope = PL_hints & HINT_BLOCK_SCOPE;
OP* retval = scalarseq(seq);
- LEAVE_SCOPE(floor);
+ if (!PL_error_count)
+ LEAVE_SCOPE(floor);
PL_pad_reset_pending = FALSE;
PL_compiling.op_private = PL_hints;
if (needblockscope)