commit | 48ac671fe5cb5a7c2d5263d2f122e5e903022e30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 20:26:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 20:26:21 2019 +0200 |
tree | de853f82e2d451d2067f562fcc78b074c97cbc08 | |
parent | 4e038571aa91521e110187a256b5d16bff8b5820 [diff] [blame] |
patch 8.1.1632: build with EXITFREE but without +arabic fails Problem: Build with EXITFREE but without +arabic fails. Solution: Rename the function and adjust #ifdefs. (closes #4613)
diff --git a/src/version.c b/src/version.c index 4759fd6..59c3c51 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1632, +/**/ 1631, /**/ 1630,