commit | 5289783e0b07cfc3f92ee933261ca4c4acdca007 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 02 22:50:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 02 22:50:37 2020 +0200 |
tree | bc7ed964d15c31e956628af851194908a48686a2 | |
parent | 810af5ea460eab820cc5899892067d8c242be688 [diff] [blame] |
patch 8.2.1119: configure fails with Xcode 12 beta Problem: Configure fails with Xcode 12 beta. Solution: use "return" instead of "exit()". (Nico Weber, closes #6381)
diff --git a/src/version.c b/src/version.c index c334ec6..ae2a95f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1119, +/**/ 1118, /**/ 1117,