summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-02-20 21:18:28 -0700
committerKarl Williamson <khw@cpan.org>2017-02-24 10:57:16 -0700
commitfeca1ab570be3a64bda3f74fe004fab5a85e959a (patch)
tree5ce84c25f7343dd02a527c653b97188b60c90a13 /embed.h
parenta5d565cd966ec58e5f3ca05b219fe919086f43b1 (diff)
downloadperl-feca1ab570be3a64bda3f74fe004fab5a85e959a.tar.gz
embed.fnc: _byte_dump_string is core-only
This commit, made during the freeze, was approved by the pumpking
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 587444f0a1..5352f536f8 100644
--- a/embed.h
+++ b/embed.h
@@ -27,7 +27,6 @@
/* Hide global symbols */
#define Gv_AMupdate(a,b) Perl_Gv_AMupdate(aTHX_ a,b)
-#define _byte_dump_string(a,b,c) Perl__byte_dump_string(aTHX_ a,b,c)
#define _force_out_malformed_utf8_message(a,b,c,d) Perl__force_out_malformed_utf8_message(aTHX_ a,b,c,d)
#define _is_in_locale_category(a,b) Perl__is_in_locale_category(aTHX_ a,b)
#define _is_uni_FOO(a,b) Perl__is_uni_FOO(aTHX_ a,b)
@@ -1163,6 +1162,7 @@
#ifdef PERL_CORE
#define Slab_Alloc(a) Perl_Slab_Alloc(aTHX_ a)
#define Slab_Free(a) Perl_Slab_Free(aTHX_ a)
+#define _byte_dump_string(a,b,c) Perl__byte_dump_string(aTHX_ a,b,c)
#define abort_execution(a,b) Perl_abort_execution(aTHX_ a,b)
#define alloc_LOGOP(a,b,c) Perl_alloc_LOGOP(aTHX_ a,b,c)
#define allocmy(a,b,c) Perl_allocmy(aTHX_ a,b,c)