commit | 6e36b1c18e636549f3424546f2c20101604a2d33 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 20:47:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 20:47:51 2020 +0200 |
tree | 9672c2dba4278a78309ebd10e643d3744d3c9076 | |
parent | 203ec7760d255d9f92950c8779ddfc587d7896e0 [diff] [blame] |
patch 8.2.1229: build error without the eval feature Problem: Build error without the eval feature. Solution: Declare starts_with_colon. Make function local.
diff --git a/src/version.c b/src/version.c index 388cd16..e43f4e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1229, +/**/ 1228, /**/ 1227,