commit | f86490ed4fdab213a28f667abd055c023a73d645 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 28 19:11:02 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 28 19:11:02 2022 +0000 |
tree | 250d6629cc136530884ee25fa461551640de608c | |
parent | e76062c078debed0df818f70e4db14ad7a7cb53a [diff] [blame] |
patch 9.0.0966: some compilers don't allow a declaration after a label Problem: Some compilers don't allow a declaration after a label. Solution: Move the declaration to the start of the block. (John Marriott)
diff --git a/src/version.c b/src/version.c index 8d51ea7..240def4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 966, +/**/ 965, /**/ 964,