summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-31 14:51:48 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-31 14:51:48 +0000
commit1754c1a12c44346c579c5581660df4064b19f4a0 (patch)
treeff519f47f9edf2597cd636d6dc5d332fda778c57 /utf8.h
parent9fe371da3bdc2d1a5eae907101756f87eb5d2168 (diff)
downloadperl-1754c1a12c44346c579c5581660df4064b19f4a0.tar.gz
A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
p4raw-id: //depot/perl@25926
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utf8.h b/utf8.h
index 18cb7b2dbb..837f7fb826 100644
--- a/utf8.h
+++ b/utf8.h
@@ -58,8 +58,8 @@ END_EXTERN_C
#define ASCII_TO_NEED(enc,ch) (ch)
/* As there are no translations avoid the function wrapper */
-#define Perl_utf8n_to_uvchr Perl_utf8n_to_uvuni
-#define Perl_uvchr_to_utf8 Perl_uvuni_to_utf8
+#define utf8n_to_uvchr utf8n_to_uvuni
+#define uvchr_to_utf8 uvuni_to_utf8
/*