p4raw-id: //depot/perl@11735
{
int needblockscope = PL_hints & HINT_BLOCK_SCOPE;
OP* retval = scalarseq(seq);
- if (!PL_error_count)
- LEAVE_SCOPE(floor);
+ LEAVE_SCOPE(floor);
PL_pad_reset_pending = FALSE;
PL_compiling.op_private = PL_hints;
if (needblockscope)