commit | 3fa57e0d50d90248de9ad1867203b8ce6eedc92a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 19 22:23:26 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 19 22:23:26 2014 +0200 |
tree | 2f2bc9d5ad1194e656d6f127223ea4d9b1774ca1 | |
parent | eb21e4ccf5453ecd289e9f7e09fa27a978fc0360 [diff] [blame] |
updated for version 7.4.453 Problem: Still can't build with tiny features. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 902302e..7727401 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 453, +/**/ 452, /**/ 451,