summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-08-24 14:20:41 -0600
committerKarl Williamson <public@khwilliamson.com>2012-08-25 23:21:29 -0600
commit6dd9dce957a17e45449a2fa4e684b1b241302529 (patch)
treea17956874a5fa99f8b4e2f5f4512c3f3880095bc /utf8.h
parent83199d386f82b5fcc56cdeded547bf6bad800018 (diff)
downloadperl-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index 1e6414e975..a624d9416c 100644
--- a/utf8.h
+++ b/utf8.h
@@ -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
/*