commit | 9f733d1ffda01d633f43e916d4ff422bd77a665a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 20:09:42 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 21 20:09:42 2011 +0200 |
tree | 86a63e6e74fdd30d6a879c3f1be5f394ab279067 | |
parent | 447038a1273f3c4d00616da8334e77915a22f163 [diff] [blame] |
updated for version 7.3.322 Problem: #ifdef for PDP_RETVAL doesn't work, INT_PTR can be a typedef. Solution: Check the MSC version and 64 bit flags. (Sergiu Dotenco)
diff --git a/src/version.c b/src/version.c index 2837018..9289490 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 322, +/**/ 321, /**/ 320,