summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-11-08 18:55:09 -0700
committerKarl Williamson <public@khwilliamson.com>2011-11-08 22:38:38 -0700
commitafc16117342e69d725e9609816ad29f611edb5a5 (patch)
tree33fe89eea3edaaf70b06a7b01c47dc75d19d59d9 /embed.h
parent50bda2c32d66573a5367b7d0d5a1d287d766b811 (diff)
downloadperl-afc16117342e69d725e9609816ad29f611edb5a5.tar.gz
utf8.c: Refactor to_uni_lower()
The portion that deals with Latin1 range characters is refactored into a separate (static) function, so that it can be called from more than one place.
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 a47f513d05..2c9b827b0d 100644
--- a/embed.h
+++ b/embed.h
@@ -1574,6 +1574,7 @@
#define is_utf8_char_slow S_is_utf8_char_slow
#define is_utf8_common(a,b,c) S_is_utf8_common(aTHX_ a,b,c)
#define swash_get(a,b,c) S_swash_get(aTHX_ a,b,c)
+#define to_lower_latin1(a,b,c) S_to_lower_latin1(aTHX_ a,b,c)
# endif
# if defined(PERL_IN_UTIL_C)
#define ckwarn_common(a) S_ckwarn_common(aTHX_ a)