From 4bdbbf706634d8ab4b84801f0a30fd4eacbc901c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 21 May 2009 21:27:43 +0000 Subject: updated for version 7.2-184 --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 66baee65a5..b603c23c72 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -39,6 +39,9 @@ /* Defined to the size of an int */ #undef SIZEOF_INT +/* Define when wchar_t is only 2 bytes. */ +#undef SMALL_WCHAR_T + /* * If we cannot trust one of the following from the libraries, we use our * own safe but probably slower vim_memmove(). -- cgit v1.2.3