This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace direct flags tests & manipulations for SVpad_TYPED and
authorNicholas Clark <nick@ccl4.org>
Thu, 23 Feb 2006 23:45:39 +0000 (23:45 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 23 Feb 2006 23:45:39 +0000 (23:45 +0000)
commit00b1698f76403476df2006ff536ab00ffc650220
treeae5dbe027577f9396c0b682aa9327b1c244f49fc
parent120ff8e9dfa335c7980849dcb6aebd32733af305
Replace direct flags tests & manipulations for SVpad_TYPED and
SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract
away the flags bits acutally used to store this information.

p4raw-id: //depot/perl@27294
XSUB.h
dump.c
op.c
pad.c
pad.h
pp.c
sv.c
sv.h
toke.c