summaryrefslogtreecommitdiffstats
path: root/runtime/unicode-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/unicode-helper.h')
-rw-r--r--runtime/unicode-helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/unicode-helper.h b/runtime/unicode-helper.h
index 36d76a78..fe4cc1f8 100644
--- a/runtime/unicode-helper.h
+++ b/runtime/unicode-helper.h
@@ -48,6 +48,7 @@ static inline uchar* ustrdup(uchar *psz)
#define UCHAR_CONSTANT(x) ((uchar*) (x))
+#define CHAR_CONVERT(x) ((char*) (x))
#endif /* multi-include protection */
/* vim:set ai: