commit | 06965b838f3677251668dca726b07c5ad2499341 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 16 15:40:50 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 16 15:40:50 2018 +0200 |
tree | 3f6180251b66bb84e9084727945554fdfcf4b19e | |
parent | f3a411783c9736645d6ba480c5ff9d861164c040 [diff] [blame] |
patch 8.0.1724: declarations cannot be halfway a block Problem: Declarations cannot be halfway a block. Solution: Move one declaration to check if this works for all compilers.
diff --git a/src/version.c b/src/version.c index bdd1a3d..f81bcfa 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1724, +/**/ 1723, /**/ 1722,