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 af217e424a..73b32a1c88 100644
--- a/embed.h
+++ b/embed.h
@@ -1611,7 +1611,7 @@
# if (defined(HAS_LOCALECONV) || defined(HAS_LOCALECONV_L)) && (defined(USE_LOCALE_MONETARY) || defined(USE_LOCALE_NUMERIC))
# if defined(PERL_IN_LOCALE_C)
# if defined(USE_LOCALE)
-#define my_localeconv(a,b) S_my_localeconv(aTHX_ a,b)
+#define my_localeconv(a) S_my_localeconv(aTHX_ a)
#define populate_localeconv(a,b,c,d) S_populate_localeconv(aTHX_ a,b,c,d)
# endif
# endif