summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-14 11:02:30 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-14 11:05:06 +0100
commit3ab0c9fa54624be5755cc8455627b6b85054a056 (patch)
tree3b8282913b0e7485d185e751d950bcf36415d827 /proto.h
parent95d988dfcbe64bbb503b8f5e35a9f6ab46971e30 (diff)
downloadperl-3ab0c9fa54624be5755cc8455627b6b85054a056.tar.gz
Fix the build for -Dmad - f0e3f042f14b829f missed a couple of things.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 6c7498eed6..3f21420e3f 100644
--- a/proto.h
+++ b/proto.h
@@ -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)