commit | 4bdbbf706634d8ab4b84801f0a30fd4eacbc901c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 21 21:27:43 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 21 21:27:43 2009 +0000 |
tree | 6a02da9fb455ef18bdcf4fdcf7ce56555018ac83 | |
parent | 32f31b1a0ff304c10136ae9b49bb15981e8bb935 [diff] [blame] |
updated for version 7.2-184
diff --git a/src/config.h.in b/src/config.h.in index 66baee6..b603c23 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().