commit | a83fe75ca76f6f74daa1e5a620054b973b43379b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 29 22:33:13 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 29 22:33:13 2017 +0200 |
tree | b0b42a3796a5e6333fedf141ae33f30989a24999 | |
parent | c2226845eb207bcd1a24e1afa941acbfecbc5170 [diff] [blame] |
patch 8.0.0691: compiler warning without the linebreak feature Problem: Compiler warning without the linebreak feature. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index 27f0436..4e7558a 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 691, +/**/ 690, /**/ 689,