From 5a80f8ad5dc0b2cc63400255dcf3c63f6c1a2ef9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 22 May 2020 13:38:18 +0200 Subject: patch 8.2.0809: build failure with small features Problem: Build failure with small features. (Tony Mechelynck) Solution: Move "expr" inside #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 ad904970e..1ca9dee70 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 809, /**/ 808, /**/ -- cgit v1.2.1