commit | 4ab9d9e9a41f441d7d96f51fec2213d412ea64e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 18 22:49:58 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 18 22:49:58 2017 +0100 |
tree | e382229180e8ad59fd8cad8656c9738643033797 | |
parent | d1c28346e194ecf2303fe744052fb7cedc28fcfa [diff] [blame] |
patch 8.0.1314: build fails on Mac Problem: Build fails on Mac. (chdiza) Solution: Add #ifdef around GUI fields.
diff --git a/src/version.c b/src/version.c index e3f1428..202d21d 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1314, +/**/ 1313, /**/ 1312,