commit | 644fdff7c1a80b3cf9a52f422df7f7ed2a084072 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 30 13:26:21 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 30 13:26:21 2010 +0200 |
tree | 6126ef1d44c7149de26bca96702b0a123868cfe2 | |
parent | 9db580634c0055674017eab535b1b9eec7d6939d [diff] [blame] |
A few more fixes for undo file. Split test in two parts so that it doesn't fail with tiny features.
diff --git a/src/config.h.in b/src/config.h.in index c57cd2f..1099531 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 +/* Defined to the size of time_t */ +#undef SIZEOF_TIME_T + /* Define when wchar_t is only 2 bytes. */ #undef SMALL_WCHAR_T