diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-14 11:02:30 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-14 11:05:06 +0100 |
commit | 3ab0c9fa54624be5755cc8455627b6b85054a056 (patch) | |
tree | 3b8282913b0e7485d185e751d950bcf36415d827 /proto.h | |
parent | 95d988dfcbe64bbb503b8f5e35a9f6ab46971e30 (diff) | |
download | perl-3ab0c9fa54624be5755cc8455627b6b85054a056.tar.gz |
Fix the build for -Dmad - f0e3f042f14b829f missed a couple of things.
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6457,7 +6457,7 @@ PERL_CALLCONV void Perl_xmldump_sub(pTHX_ const GV* gv) #define PERL_ARGS_ASSERT_XMLDUMP_SUB \ assert(gv) -PERL_CALLCONV void xmldump_sub_perl(pTHX_ const GV* gv, bool justperl) +PERL_CALLCONV void Perl_xmldump_sub_perl(pTHX_ const GV* gv, bool justperl) __attribute__nonnull__(pTHX_1); #define PERL_ARGS_ASSERT_XMLDUMP_SUB_PERL \ assert(gv) |