commit | 9c26303293f9bbab75d7074038dec0d33f4eb635 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 18:06:06 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 18:06:06 2010 +0100 |
tree | 7bfda2c6111a9a0f2390ea6a917b5dd8db104e67 | |
parent | 0215e8e15bb97299cc1b00d3bae877309dadc505 [diff] [blame] |
updated for version 7.3.085 Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast.
diff --git a/src/version.c b/src/version.c index 9e0ed46..7372e9a 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 85, +/**/ 84, /**/ 83,