commit | feeaa688ebfd95281529191718b9194187995f7f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 22:19:51 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 14 22:19:51 2013 +0100 |
tree | 5c584b72bd4c595553b742bc49e4d7f4ba539897 | |
parent | b2c5a5ac79848b7f889a8b279eed40be3064feca [diff] [blame] |
updated for version 7.3.820 Problem: Build errors and warnings when building with small features and Lua, Perl or Ruby. Solution: Add #ifdefs and UNUSED.
diff --git a/src/version.c b/src/version.c index 891c5c3..5948b90 100644 --- a/src/version.c +++ b/src/version.c
@@ -726,6 +726,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 820, +/**/ 819, /**/ 818,