summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index fa901934dd..61780eeddb 100644
--- a/embed.h
+++ b/embed.h
@@ -1885,6 +1885,11 @@
#endif
#ifdef PERL_DONT_CREATE_GVSV
#endif
+#if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT)
+#ifdef PERL_CORE
+#define ckwarn_common S_ckwarn_common
+#endif
+#endif
#ifdef PERL_CORE
#define offer_nice_chunk Perl_offer_nice_chunk
#endif
@@ -4243,6 +4248,11 @@
#endif
#ifdef PERL_DONT_CREATE_GVSV
#endif
+#if defined(PERL_IN_UTIL_C) || defined(PERL_DECL_PROT)
+#ifdef PERL_CORE
+#define ckwarn_common(a) S_ckwarn_common(aTHX_ a)
+#endif
+#endif
#if defined(PERL_CORE) || defined(PERL_EXT)
#endif
#ifdef PERL_CORE