summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-08-26 13:42:53 -0600
committerKarl Williamson <khw@cpan.org>2016-08-31 20:32:35 -0600
commitc5f058dfd0db4297255d7df7a085fdf36232d5b9 (patch)
treec1077dca54f89961a13c2cf40768e53a46de7457 /pp_sys.c
parent8871a094916837597c6a703c2e1b2306314df4fa (diff)
downloadperl-c5f058dfd0db4297255d7df7a085fdf36232d5b9.tar.gz
Use new name 'is_utf8_invariant_string' in core
This changes the places in the core to use the clearer synonym added by the previous commit. It also changes one place that hand-rolled its own code to use this function instead.
Diffstat (limited to 'pp_sys.c')
-rw-r--r--pp_sys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_sys.c b/pp_sys.c
index d16a0e5da1..7e13e38dac 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -3555,7 +3555,7 @@ PP(pp_fttext)
#endif
assert(len);
- if (! is_invariant_string((U8 *) s, len)) {
+ if (! is_utf8_invariant_string((U8 *) s, len)) {
const U8 *ep;
/* Here contains a variant under UTF-8 . See if the entire string is