commit | 1d3dbcf743be9c72a0df5fc0711553fce287d3f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 08 20:07:39 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 08 20:07:39 2018 +0200 |
tree | fb20f54b17a8793416776726f70d09c26a86f4fa | |
parent | 6a2633b00bb00bcf0d994f08d1c54ace2c221b58 [diff] [blame] |
patch 8.1.0467: cannot build with Mac OS X 10.5 Problem: Cannot build with Mac OS X 10.5. Solution: Change #ifdef into #if. (Akshay Hegde, closes #3022)
diff --git a/src/version.c b/src/version.c index c416032..def449a 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 467, +/**/ 466, /**/ 465,