From a1f4cb93ba50ea9e40cd4b1f5592b8a6d1398660 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 6 Nov 2016 15:25:42 +0100 Subject: patch 8.0.0069 Problem: Compiler warning for self-comparison. Solution: Define ONE_WINDOW and add #ifdef. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 4a0725bb3..c698e446b 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 69, /**/ 68, /**/ -- cgit v1.2.1