In struct block_eval, access the members old_in_eval and old_op_type
authorNicholas Clark <nick@ccl4.org>
Mon, 21 Jan 2008 15:14:35 +0000 (15:14 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 21 Jan 2008 15:14:35 +0000 (15:14 +0000)
commit85a646323d457a108a69d6fa2e42cbaca4201c8b
tree5931b7438eb5a3c105a4703d459f7c00ffc15fd0
parent446d078759cf8bd763552042afcb558a8a8a9513
In struct block_eval, access the members old_in_eval and old_op_type
via macros CxOLD_IN_EVAL() and CxOLD_OP_TYPE(), which will allow the
storage location to be changed.

p4raw-id: //depot/perl@33029
cop.h
pp_ctl.c
scope.c