commit | a03dbed9e962f350c8bc4d53446e5f193b367435 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 23 22:27:03 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 23 22:27:03 2013 +0200 |
tree | 23bb5f081c87ef6cb1824a8b78cc7def35c2b9e2 | |
parent | 307d10a2fb15879cf34f7ecfdcaca551991014a8 [diff] [blame] |
updated for version 7.3.1007 Problem: Can't build on Minix 3.2.1. Solution: Add a condition to an #ifdef. (Gautam Tirumala)
diff --git a/src/version.c b/src/version.c index b8835be..bee106c 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1007, +/**/ 1006, /**/ 1005,