diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2002-12-19 18:55:43 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2003-01-03 11:05:09 +0000 |
commit | 235cc2e3b03f7c8478aa5ccdbe27e0aaf735bb46 (patch) | |
tree | edd08b576231ab95592753390c5dcb39f0338063 /dump.c | |
parent | 089197fafbcea8edb9a8f7b55a201115f3f2010a (diff) | |
download | perl-235cc2e3b03f7c8478aa5ccdbe27e0aaf735bb46.tar.gz |
remove flag SvPADBUSY
Message-ID: <20021219185543.C9530@fdgroup.com>
p4raw-id: //depot/perl@18409
Diffstat (limited to 'dump.c')
-rw-r--r-- | dump.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -942,7 +942,6 @@ Perl_do_sv_dump(pTHX_ I32 level, PerlIO *file, SV *sv, I32 nest, I32 maxnest, bo (int)(PL_dumpindent*level), "", (IV)SvREFCNT(sv), (int)(PL_dumpindent*level), ""); - if (flags & SVs_PADBUSY) sv_catpv(d, "PADBUSY,"); if (flags & SVs_PADTMP) sv_catpv(d, "PADTMP,"); if (flags & SVs_PADMY) sv_catpv(d, "PADMY,"); if (flags & SVs_TEMP) sv_catpv(d, "TEMP,"); |