commit | 83e7450053399942e1c9efa802c568b51d948541 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 20:44:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 12 20:44:37 2020 +0200 |
tree | f751dbdc5592285dc85bfb125040593a5b612f8f | |
parent | 4d57ba02029071e5947a54766e9f5d42e3bb3008 [diff] [blame] |
patch 8.2.1196: build failure with normal features Problem: Build failure with normal features. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index b7555b7..34acc6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1196, +/**/ 1195, /**/ 1194,