diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-30 13:26:21 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-30 13:26:21 +0200 |
commit | 644fdff7c1a80b3cf9a52f422df7f7ed2a084072 (patch) | |
tree | 6126ef1d44c7149de26bca96702b0a123868cfe2 /src/config.h.in | |
parent | 9db580634c0055674017eab535b1b9eec7d6939d (diff) | |
download | vim-git-644fdff7c1a80b3cf9a52f422df7f7ed2a084072.tar.gz |
A few more fixes for undo file. Split test in two parts so that it doesn't
fail with tiny features.
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index c57cd2fa4..109953151 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 |