commit | c2226845eb207bcd1a24e1afa941acbfecbc5170 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 29 22:27:24 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 29 22:27:24 2017 +0200 |
tree | 47b8c0baf0c4d848c2c007747c6aeb790687cb2e | |
parent | a693d0584b9a7ccce98813dda3a6badb209904c7 [diff] [blame] |
patch 8.0.0690: compiler warning on non-Unix system Problem: Compiler warning on non-Unix system. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index 64f035d..27f0436 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 690, +/**/ 689, /**/ 688,