commit | d60547bf80881f6c99bcbd7c8c4c6cfb7e405a90 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 24 20:15:30 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 24 20:15:30 2017 +0200 |
tree | a9e7d3bf9a0a83949d6d9efd04ee9899f06b2165 | |
parent | c4f43bce7c43e5fe413e77b66b9805f3354fbb63 [diff] [blame] |
patch 8.0.0767: build failure with Athena and Motif Problem: Build failure with Athena and Motif. Solution: Move local variable delcarations. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 8d698c7..d629eac 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 767, +/**/ 766, /**/ 765,