commit | a9549c9e8f368a7fa1dcbe14ec23e82c6a0b8715 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 17 14:18:11 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 17 14:18:11 2022 +0100 |
tree | c878f15cadd403790539f2b5cd0ba1e3cfd9b09f | |
parent | 3df8f6e353eeaf24bb5fe3769ed07c03791bb58e [diff] [blame] |
patch 8.2.4773: build failure without the +eval feature Problem: Build failure without the +eval feature. Solution: Use other error message. Avoid warnings.
diff --git a/src/version.c b/src/version.c index fdc2508..bdefc25 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4773, +/**/ 4772, /**/ 4771,