summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index c95756bc1b..12be81a554 100644
--- a/embed.h
+++ b/embed.h
@@ -1174,7 +1174,7 @@
#define parse_unicode_opts(a) Perl_parse_unicode_opts(aTHX_ a)
#define parser_free(a) Perl_parser_free(aTHX_ a)
#define peep(a) Perl_peep(aTHX_ a)
-#define pmruntime(a,b,c) Perl_pmruntime(aTHX_ a,b,c)
+#define pmruntime(a,b,c,d) Perl_pmruntime(aTHX_ a,b,c,d)
#define re_op_compile(a,b,c) Perl_re_op_compile(aTHX_ a,b,c)
#define refcounted_he_chain_2hv(a,b) Perl_refcounted_he_chain_2hv(aTHX_ a,b)
#define refcounted_he_fetch_pv(a,b,c,d) Perl_refcounted_he_fetch_pv(aTHX_ a,b,c,d)