commit | 42b8d916c719002dbafade6b977d4e266f8712dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 17:18:57 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 17:18:57 2017 +0100 |
tree | 54a8be49b78c54da0eaf1fb49e32dd460d5b13d8 | |
parent | 4f391796b7de78a434a2cc7107034603df414905 [diff] [blame] |
patch 8.0.0192: cannot build with tiny features Problem: Build fails with tiny features. Solution: Change #ifdef for hash_clear(). Avoid warning for unused argument.
diff --git a/src/version.c b/src/version.c index bf4b82d..a825013 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 192, +/**/ 191, /**/ 190,