commit | 113e10721f42fc2500b63fe95193f8665658a90c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 20 15:30:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 20 15:30:40 2019 +0100 |
tree | 4395acb733cc8d7a798df8f4a91c5c1afa084841 | |
parent | 1f20daa1d784e2d8ae13db5b9c8abbb648dd2a03 [diff] [blame] |
patch 8.1.0785: depending on the configuration some functions are unused Problem: Depending on the configuration some functions are unused. Solution: Add more #ifdefs, remove unused functions. (Dominique Pelle, closes #3822)
diff --git a/src/version.c b/src/version.c index 90f4296..0ef836e 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 785, +/**/ 784, /**/ 783,