summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-04-12 12:49:36 -0600
committerKarl Williamson <khw@cpan.org>2016-05-24 10:28:37 -0600
commit78d57975d5aa732ef6dfba842558183e8880539c (patch)
treef9d343b504c7e1b5c0b2895cb4ae8d831f8135f5 /embed.fnc
parenta4a439fb9cd74c575855119abb55dc091955bdf4 (diff)
downloadperl-78d57975d5aa732ef6dfba842558183e8880539c.tar.gz
mv function from locale.c to mathoms.c
The previous commit causes this function being moved to be just a wrapper not called in core. Just in case someone is calling it, it is retained, but moved to mathoms.c
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index a874970001..967fdfcb51 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -908,9 +908,9 @@ pod |SV* |magic_methcall |NN SV *sv|NN const MAGIC *mg \
Ap |I32 * |markstack_grow
#if defined(USE_LOCALE_COLLATE)
p |int |magic_setcollxfrm|NN SV* sv|NN MAGIC* mg
+pb |char* |mem_collxfrm |NN const char* input_string|STRLEN len|NN STRLEN* xlen
: Defined in locale.c, used only in sv.c
-p |char* |mem_collxfrm |NN const char* input_string|STRLEN len|NN STRLEN* xlen
-# if defined(PERL_IN_LOCALE_C) || defined(PERL_IN_SV_C)
+# if defined(PERL_IN_LOCALE_C) || defined(PERL_IN_SV_C) || defined(PERL_IN_MATHOMS_C)
pM |char* |_mem_collxfrm |NN const char* input_string \
|STRLEN len \
|NN STRLEN* xlen \