commit | 6e78e27b8aace2e4c2412bfc4de6567509258d28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 17 19:20:15 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 17 19:20:15 2017 +0100 |
tree | 5795a4feee689f9b03df01c8d7d0b866a877f323 | |
parent | 4007ed4a5e8c34197078e9d5718bd1d4a429dd23 [diff] [blame] |
patch 8.0.0203: order of complication flags is sometimes wrong Problem: Order of complication flags is sometimes wrong. Solution: Put interface-specific flags before ALL_CFLAGS. (idea by Yousong Zhou, closes #1100)
diff --git a/src/version.c b/src/version.c index 4ef7f4f..263e4ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 203, +/**/ 202, /**/ 201,