commit | 0166e398d11a09662d783fe5db62b414045880f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 16:30:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 16:30:01 2022 +0100 |
tree | e315b40b31417dd4d29ddf928e5d7a580220d0e3 | |
parent | 930830a68b6eb7ca630956330b48996e3ef8518f [diff] [blame] |
patch 9.0.0268: build error without the +eval feature Problem: Build error without the +eval feature. Solution: Remove #ifdef.
diff --git a/src/version.c b/src/version.c index b5cdfdf..022b719 100644 --- a/src/version.c +++ b/src/version.c
@@ -728,6 +728,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 268, +/**/ 267, /**/ 266,