summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-04-14 15:01:49 +0000
committerNicholas Clark <nick@ccl4.org>2008-04-14 15:01:49 +0000
commit72241cc917b12736c9ada9c5661d4698c7069fba (patch)
treee1d78d4c1c2227abddfc8f94728572965f92c75f /embed.h
parent9d6bff35783dc768c5d72663e6e2d31769c5da91 (diff)
downloadperl-72241cc917b12736c9ada9c5661d4698c7069fba.tar.gz
Perl_store_cop_label() isn't meant to be part of the public API.
(global.sym had been inconsistent with embed.fnc, but it turns out that global.sym was actually correct.) p4raw-id: //depot/perl@33677
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 cb2a66db1b..36f8cbfdcc 100644
--- a/embed.h
+++ b/embed.h
@@ -4263,6 +4263,8 @@
#ifdef PERL_CORE
#define boot_core_mro() Perl_boot_core_mro(aTHX)
#endif
+#ifdef PERL_CORE
+#endif
#define ck_anoncode(a) Perl_ck_anoncode(aTHX_ a)
#define ck_bitop(a) Perl_ck_bitop(aTHX_ a)
#define ck_chdir(a) Perl_ck_chdir(aTHX_ a)