From 8b796632ebb9ee4c1079fc0032dff8d476dd5ff1 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 17 Jun 1999 10:49:36 +0000 Subject: [PATCH] (CHAR_IS_UCS4): New macro. --- src/config.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.h.in b/src/config.h.in index b632cef..caa5c68 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -467,6 +467,8 @@ char *alloca(); #undef UTF2000 +#undef CHAR_IS_UCS4 + /* Define this if you want file coding support */ #undef FILE_CODING -- 1.7.10.4