diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-02-25 20:14:26 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-08-29 09:55:57 -0600 |
commit | 010ab96b9b802bbf77168b5af384569e053cdb63 (patch) | |
tree | 0e860c4bd54c6c7af3e507314217fac9f8c88518 /utf8.h | |
parent | 38bce45e4f5366ae2508941b451d5710880a4c22 (diff) | |
download | perl-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 /* |