summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embed.fnc2
-rw-r--r--proto.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 371a4559f6..a8b2819a9b 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1913,7 +1913,7 @@ Mp |void |do_pmop_xmldump|I32 level|NN PerlIO *file \
|NULLOK const PMOP *pm
Mp |void |pmop_xmldump |NULLOK const PMOP* pm
Mp |void |do_op_xmldump |I32 level|NN PerlIO *file|NULLOK const OP *o
-Mp |void |op_xmldump |NN const OP* arg
+Mp |void |op_xmldump |NN const OP *o
Mp |TOKEN* |newTOKEN |I32 optype|YYSTYPE lval \
|NULLOK MADPROP* madprop
diff --git a/proto.h b/proto.h
index 10918f1a22..3108c0ebfe 100644
--- a/proto.h
+++ b/proto.h
@@ -4614,7 +4614,7 @@ PERL_CALLCONV void Perl_pmop_xmldump(pTHX_ const PMOP* pm);
PERL_CALLCONV void Perl_do_op_xmldump(pTHX_ I32 level, PerlIO *file, const OP *o)
__attribute__nonnull__(pTHX_2);
-PERL_CALLCONV void Perl_op_xmldump(pTHX_ const OP* arg)
+PERL_CALLCONV void Perl_op_xmldump(pTHX_ const OP *o)
__attribute__nonnull__(pTHX_1);