Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not just non-zero.
authorNicholas Clark <nick@ccl4.org>
Tue, 24 May 2011 09:59:01 +0000 (10:59 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 11 Jun 2011 07:40:01 +0000 (09:40 +0200)
commit1979170bfeba87d234d4d34023c2ea5feeb22f48
tree85111eee90eb99a1999b228c8094162705149c01
parent4265b45d3e4359a48158b96f90aa017ade60632c
Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not just non-zero.

In Perl_find_rundefsv() and PAD_COMPNAME_FLAGS_isOUR(), replace longhand flags
test with SvPAD_OUR().
dump.c
pad.c
pad.h