commit | dea2570740a79c9f2c6ce723689e563f19aff5cf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 15:18:10 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 15:18:10 2017 +0100 |
tree | acfde7a4f3eb1c4c2f67385426e26f1d04c4ca3e | |
parent | 2f72c70657129c16e6b0e413752a775c804f02f8 [diff] [blame] |
patch 8.0.0260: build fails with tiny features Problem: Build fails with tiny features. Solution: Move get_tabpage_arg() inside #ifdef.
diff --git a/src/version.c b/src/version.c index 05d2dd4..db2b53b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 260, +/**/ 259, /**/ 258,