commit | 0e9deefb4fb4f99d0ab90b21ca38260be26bf5de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 02 21:48:34 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 02 21:48:34 2018 +0200 |
tree | d7f9a91fa3e65d2c4c2cad8fcfc352fbad847c8a | |
parent | 7701f308565fdc7b5096a6597d9c3b63de0bbcec [diff] [blame] |
patch 8.1.0450: build failure without the +fold feature Problem: Build failure without the +fold feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index a0aa0dc..88b3a53 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 450, +/**/ 449, /**/ 448,