Message-ID: <
20030919183544.GA14563@fdgroup.com>
p4raw-id: //depot/perl@21294
PL_hints &= HINT_UTF8;
/* we get here either during compilation, or via pp_regcomp at runtime */
- runtime = PL_op && (PL_op->op_type == OP_REGCOMP);
+ runtime = (PL_curcop != &PL_compiling);
if (runtime)
runcv = find_runcv(NULL);