commit | 4d0504019cc744a5122821f187dd3adfe536afff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 09 12:58:11 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 09 12:58:11 2017 +0100 |
tree | 0ff57be19ed8e4af667dadcd1a53a42085cdcb32 | |
parent | de33011ec623fd562419dede6bf465b5b9881a20 [diff] [blame] |
patch 8.0.0161: can't build with small features Problem: Build fails when using small features. Solution: Update #ifdef for using save_ccline. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 641c72c..7f52cab 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 161, +/**/ 160, /**/ 159,