diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-04-14 15:01:49 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-04-14 15:01:49 +0000 |
commit | 72241cc917b12736c9ada9c5661d4698c7069fba (patch) | |
tree | e1d78d4c1c2227abddfc8f94728572965f92c75f /embed.h | |
parent | 9d6bff35783dc768c5d72663e6e2d31769c5da91 (diff) | |
download | perl-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |