diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-01-11 15:37:12 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-01-11 15:37:12 +0000 |
commit | 4c31e473d8698ee4d43e3e2b98feb4fae2cdcc94 (patch) | |
tree | 08892c59eb3ff287bb1861c991db8c150ec4c315 /proto.h | |
parent | cb5c6874613132c82f1b073739d54dc36840ba18 (diff) | |
download | perl-4c31e473d8698ee4d43e3e2b98feb4fae2cdcc94.tar.gz |
Change 29753 messed up do_hv_dump() [my fault]
p4raw-id: //depot/perl@29758
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2728,7 +2728,7 @@ PERL_CALLCONV void Perl_do_gvgv_dump(pTHX_ I32 level, PerlIO *file, const char * PERL_CALLCONV void Perl_do_hv_dump(pTHX_ I32 level, PerlIO *file, const char *name, HV *sv) __attribute__nonnull__(pTHX_2) - __attribute__nonnull__(pTHX_4); + __attribute__nonnull__(pTHX_3); PERL_CALLCONV void Perl_do_magic_dump(pTHX_ I32 level, PerlIO *file, const MAGIC *mg, I32 nest, I32 maxnest, bool dumpops, STRLEN pvlim) __attribute__nonnull__(pTHX_2) |