summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-08 09:11:58 +0100
committerYves Orton <demerphq@gmail.com>2023-03-18 21:00:54 +0800
commit905584a6fe44cfcb198cc15af5e082ceb57ccf85 (patch)
treebdf8158733b2f6a4166b596ed4515e9c6f17296c /embed.h
parentb27367cd9b0173682dfe824a2d1d8d70c6f538c0 (diff)
downloadperl-905584a6fe44cfcb198cc15af5e082ceb57ccf85.tar.gz
utf8.c - add category parameter to unused warn_on_first_deprecated_use function
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 1f999f51f5..7cc3994ec2 100644
--- a/embed.h
+++ b/embed.h
@@ -1630,7 +1630,7 @@
# define turkic_uc(a,b,c,d) S_turkic_uc(aTHX_ a,b,c,d)
# define unexpected_non_continuation_text(a,b,c,d) S_unexpected_non_continuation_text(aTHX_ a,b,c,d)
# if 0
-# define warn_on_first_deprecated_use(a,b,c,d,e) S_warn_on_first_deprecated_use(aTHX_ a,b,c,d,e)
+# define warn_on_first_deprecated_use(a,b,c,d,e,f) S_warn_on_first_deprecated_use(aTHX_ a,b,c,d,e,f)
# endif /* 0 */
# endif /* defined(PERL_IN_UTF8_C) */
# if defined(PERL_IN_UTIL_C)