summaryrefslogtreecommitdiff
path: root/src/spell.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-12-17 18:06:06 +0100
committerBram Moolenaar <Bram@vim.org>2010-12-17 18:06:06 +0100
commit9c26303293f9bbab75d7074038dec0d33f4eb635 (patch)
tree7bfda2c6111a9a0f2390ea6a917b5dd8db104e67 /src/spell.c
parent0215e8e15bb97299cc1b00d3bae877309dadc505 (diff)
downloadvim-git-9c26303293f9bbab75d7074038dec0d33f4eb635.tar.gz
updated for version 7.3.085v7.3.085
Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast.
Diffstat (limited to 'src/spell.c')
-rw-r--r--src/spell.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/spell.c b/src/spell.c
index 6716a6ca8..29cf68778 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -303,10 +303,6 @@
* few bytes as possible, see offset2bytes())
*/
-#if defined(MSDOS) || defined(WIN16) || defined(WIN32) || defined(_WIN64)
-# include "vimio.h" /* for lseek(), must be before vim.h */
-#endif
-
#include "vim.h"
#if defined(FEAT_SPELL) || defined(PROTO)