In struct block_sub and block_format, access the members hasargs and
authorNicholas Clark <nick@ccl4.org>
Sun, 20 Jan 2008 21:50:31 +0000 (21:50 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 20 Jan 2008 21:50:31 +0000 (21:50 +0000)
commitbafb2adc256d4363e483e0aed4b43fdcf2c57a9b
treeec956c6724ff74555a0770b1fabb55b6a0a374db
parent8e6639977ceec4416fe89fd83cf666f06787f259
In struct block_sub and block_format, access the members hasargs and
lval via macros CxHASARGS() and CxLVAL(), which will allow the storage
location to be changed.

p4raw-id: //depot/perl@33017
cop.h
pp_ctl.c
pp_hot.c
scope.c
sv.c