summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2005-07-02 15:05:04 +0000
committerDave Mitchell <davem@fdisolutions.com>2005-07-02 15:05:04 +0000
commitf54ba1c2cdf3a6915dd8a469c4387bc18df382fd (patch)
treed5b43e4d262d3f926149e0dfbbb5dcf95e87bf22 /embed.h
parent893645bdb81a69e140b170b7311baa678533efa5 (diff)
downloadperl-f54ba1c2cdf3a6915dd8a469c4387bc18df382fd.tar.gz
replace ckWARN macros with functions
p4raw-id: //depot/perl@25050
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 0c1bb8beb5..cc55a37c7e 100644
--- a/embed.h
+++ b/embed.h
@@ -3619,6 +3619,8 @@
#define gv_SVadd(a) Perl_gv_SVadd(aTHX_ a)
#endif
#ifdef PERL_CORE
+#endif
+#ifdef PERL_CORE
#define offer_nice_chunk(a,b) Perl_offer_nice_chunk(aTHX_ a,b)
#endif
#define ck_anoncode(a) Perl_ck_anoncode(aTHX_ a)