commit | b391e1f805fdd288cbe9103d92c21eff5dcc97c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 19:51:03 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 19:51:03 2023 +0000 |
tree | fbbe2ad4b1740182b8b9c792c2039d8ffe1c4d55 | |
parent | 29ac5df37baf7e6e751c7ebd4ab37a2aa826e9e6 [diff] [blame] |
patch 9.0.1210: compiler complains about declaration after label Problem: Compiler complains about declaration after label. Solution: Move declaration to beginning of block (John Marriott)
diff --git a/src/version.c b/src/version.c index 1eb809f..c489dba 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1210, +/**/ 1209, /**/ 1208,