diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-08-24 14:20:41 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-08-25 23:21:29 -0600 |
commit | 6dd9dce957a17e45449a2fa4e684b1b241302529 (patch) | |
tree | a17956874a5fa99f8b4e2f5f4512c3f3880095bc /utf8.h | |
parent | 83199d386f82b5fcc56cdeded547bf6bad800018 (diff) | |
download | perl-6dd9dce957a17e45449a2fa4e684b1b241302529.tar.gz |
embed.fnc: Turn null wrapper function into macro
This function only does something on EBCDIC platforms. On ASCII ones
make it a macro, like similar ones to avoid useless function nesting
Diffstat (limited to 'utf8.h')
-rw-r--r-- | utf8.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ 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 /* |