commit | a1f4cb93ba50ea9e40cd4b1f5592b8a6d1398660 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 06 15:25:42 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 06 15:25:42 2016 +0100 |
tree | f2b42367e5ced2e5c070683fafb1a75b360086c4 | |
parent | 25de4c232d580583feadae11ab34e3cc6333c350 [diff] [blame] |
patch 8.0.0069 Problem: Compiler warning for self-comparison. Solution: Define ONE_WINDOW and add #ifdef.
diff --git a/src/version.c b/src/version.c index 4a0725b..c698e44 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 69, +/**/ 68, /**/ 67,