summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-09-10 09:00:03 -0600
committerKarl Williamson <khw@cpan.org>2016-09-17 17:22:26 -0600
commit83dc0f42cb8bfe955e45a5b44b989daddf87570a (patch)
treeb33035c07d9ce90534bf99ae4cb5d2561ee7944e /embed.h
parent062b685031576af47e0f0097d66e7274cccc443f (diff)
downloadperl-83dc0f42cb8bfe955e45a5b44b989daddf87570a.tar.gz
utf8.c: Extract duplicate code to common fcn
Actually the code isn't quite duplicate, but should be because one instance is wrong. This failure would only show up on EBCDIC platforms. Tests are coming in a future commit.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 8be5109a28..6a15a97a45 100644
--- a/embed.h
+++ b/embed.h
@@ -1817,6 +1817,7 @@
#define _to_utf8_case(a,b,c,d,e,f,g) S__to_utf8_case(aTHX_ a,b,c,d,e,f,g)
#define check_locale_boundary_crossing(a,b,c,d) S_check_locale_boundary_crossing(aTHX_ a,b,c,d)
#define is_utf8_common(a,b,c,d) S_is_utf8_common(aTHX_ a,b,c,d)
+#define is_utf8_cp_above_31_bits S_is_utf8_cp_above_31_bits
#define swash_scan_list_line(a,b,c,d,e,f,g) S_swash_scan_list_line(aTHX_ a,b,c,d,e,f,g)
#define swatch_get(a,b,c) S_swatch_get(aTHX_ a,b,c)
#define to_lower_latin1 S_to_lower_latin1