summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-02-25 20:14:26 -0700
committerKarl Williamson <public@khwilliamson.com>2013-08-29 09:55:57 -0600
commit010ab96b9b802bbf77168b5af384569e053cdb63 (patch)
tree0e860c4bd54c6c7af3e507314217fac9f8c88518 /utf8.h
parent38bce45e4f5366ae2508941b451d5710880a4c22 (diff)
downloadperl-010ab96b9b802bbf77168b5af384569e053cdb63.tar.gz
utf8.c: Swap which fcn wraps the other
This is in preparation for the current wrapee becoming deprecated
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utf8.h b/utf8.h
index f1205a6be5..d8ca84eca8 100644
--- a/utf8.h
+++ b/utf8.h
@@ -125,7 +125,6 @@ END_EXTERN_C
/* As there are no translations, avoid the function wrapper */
#define utf8n_to_uvchr utf8n_to_uvuni
-#define valid_utf8_to_uvchr valid_utf8_to_uvuni
#define uvchr_to_utf8 uvuni_to_utf8
/*