using feature or another (recent) pragma. And previously we had to care
only about entereval, but now we can compile to entertry too.
o->op_targ = 0;
goto retry;
}
+ case OP_ENTERTRY:
case OP_ENTEREVAL: /* Was holding hints. */
o->op_targ = 0;
break;