commit | 5a80f8ad5dc0b2cc63400255dcf3c63f6c1a2ef9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 22 13:38:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 22 13:38:18 2020 +0200 |
tree | 11d89d43d32362b2b31b33f283425c65de9733be | |
parent | 98f1671cc0ab0ad6139cb9c6ce5262e7f646bc0a [diff] [blame] |
patch 8.2.0809: build failure with small features Problem: Build failure with small features. (Tony Mechelynck) Solution: Move "expr" inside #ifdef.
diff --git a/src/version.c b/src/version.c index ad90497..1ca9dee 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 809, +/**/ 808, /**/ 807,