commit | 066e7da3cd0e3af438ff878a90ff1678363ce2a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 12:50:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 18 12:50:35 2020 +0200 |
tree | cba24d44c39e0251d81f757152be8ce50108cfe4 | |
parent | f0b9f43c3169037b7f2cd70e4939ba1ef26ada1c [diff] [blame] |
patch 8.2.1234: Lua build problem with old compiler Problem: Lua build problem with old compiler. Solution: Move declarations to start of the block. (Taro Muraoka, closes #6477)
diff --git a/src/version.c b/src/version.c index d2cb298..7a96e58 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1234, +/**/ 1233, /**/ 1232,