commit | 9d40c63c7dc8c3eb3886c58dcd334bc7f37eceba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 19:05:29 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 24 19:05:29 2020 +0200 |
tree | 09a202a03fe7ebe4378ab246bb167486627750ca | |
parent | 5409f5d8c95007216ae1190565a7a8ee9ebd7100 [diff] [blame] |
patch 8.2.1048: build failure without the eval feature Problem: Build failure without the eval feature. Solution: Add dummy typedef.
diff --git a/src/version.c b/src/version.c index e383c18..4e2c553 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1048, +/**/ 1047, /**/ 1046,