summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-04-14 14:45:04 +0000
committerNicholas Clark <nick@ccl4.org>2006-04-14 14:45:04 +0000
commit1242dfaee525d4d0ab20ac8ae62b3f0de03fa88e (patch)
treedaddc2f8f6fd18310426e53b6d1010b4ad1b76ed /embed.h
parent2b4e0969009806e4e03a23b007570fa5279be8e0 (diff)
downloadperl-1242dfaee525d4d0ab20ac8ae62b3f0de03fa88e.tar.gz
Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
Remove a reference to the deleted function Perl_refcounted_he_dup. p4raw-id: //depot/perl@27800
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 d3a7c790f7..c83467f903 100644
--- a/embed.h
+++ b/embed.h
@@ -3906,7 +3906,7 @@
#ifdef PERL_DONT_CREATE_GVSV
#define gv_SVadd(a) Perl_gv_SVadd(aTHX_ a)
#endif
-#ifdef PERL_CORE
+#if defined(PERL_CORE) || defined(PERL_EXT)
#endif
#ifdef PERL_CORE
#define offer_nice_chunk(a,b) Perl_offer_nice_chunk(aTHX_ a,b)