commit | 11d7e62f1d29fdd7a88b86131b7bbb853f29fe8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 20 22:29:19 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 20 22:29:19 2021 +0200 |
tree | 6b8a8022826ae4eee1f9418dc386c9b56e341ce1 | |
parent | 63cb6567f0153c35dc75cbc09039ff5d0a7b60e3 [diff] [blame] |
patch 8.2.3192: build failure with small version Problem: Build failure with small version (Tony Mechelynck). Solution: Remove stray #ifdef.
diff --git a/src/version.c b/src/version.c index e6f81ca..cd20693 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3192, +/**/ 3191, /**/ 3190,