commit | e4ce825a55ad2445a212ce30837a3af566b7af6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 15:30:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 15:30:16 2019 +0200 |
tree | 7358389d0fbd3d494ae0ad8bc8e2df3a7c899782 | |
parent | 25e42231d3ee27feec2568fa4be2aa2bfba82ae5 [diff] [blame] |
patch 8.1.1808: build failure for tiny version Problem: Build failure for tiny version. Solution: Define ex_eval to ex_ni. Clean up the ordering a bit.
diff --git a/src/version.c b/src/version.c index 1c13c06..80e0ce1 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1808, +/**/ 1807, /**/ 1806,