summaryrefslogtreecommitdiff
path: root/objXSUB.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-18 22:50:28 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-18 22:50:28 +0000
commitb76347f2eb34c85a0a38543b2f57ca474fedab4d (patch)
tree31cc323c41bcb1ac42ff13659898c6589d43cf19 /objXSUB.h
parent5a2dd41731da4a994683b80fc75b362161912f47 (diff)
downloadperl-b76347f2eb34c85a0a38543b2f57ca474fedab4d.tar.gz
Introduce Perl_utf8_length(). Use it.
p4raw-id: //depot/perl@7744
Diffstat (limited to 'objXSUB.h')
-rw-r--r--objXSUB.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/objXSUB.h b/objXSUB.h
index 5827b7225c..88eb400f69 100644
--- a/objXSUB.h
+++ b/objXSUB.h
@@ -1853,6 +1853,10 @@
#define Perl_utf16_to_utf8_reversed pPerl->Perl_utf16_to_utf8_reversed
#undef utf16_to_utf8_reversed
#define utf16_to_utf8_reversed Perl_utf16_to_utf8_reversed
+#undef Perl_utf8_length
+#define Perl_utf8_length pPerl->Perl_utf8_length
+#undef utf8_length
+#define utf8_length Perl_utf8_length
#undef Perl_utf8_distance
#define Perl_utf8_distance pPerl->Perl_utf8_distance
#undef utf8_distance