diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-12-17 18:06:06 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-12-17 18:06:06 +0100 |
commit | 9c26303293f9bbab75d7074038dec0d33f4eb635 (patch) | |
tree | 7bfda2c6111a9a0f2390ea6a917b5dd8db104e67 /src/if_cscope.c | |
parent | 0215e8e15bb97299cc1b00d3bae877309dadc505 (diff) | |
download | vim-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/if_cscope.c')
-rw-r--r-- | src/if_cscope.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c index 1a377da85..bc8ea9463 100644 --- a/src/if_cscope.c +++ b/src/if_cscope.c @@ -20,9 +20,6 @@ #include <sys/stat.h> #if defined(UNIX) # include <sys/wait.h> -#else - /* not UNIX, must be WIN32 */ -# include "vimio.h" #endif #include "if_cscope.h" |