commit | d9462e394a582b2698e13648c95acf22322ee766 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 11 21:35:11 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 11 21:35:11 2011 +0200 |
tree | af599d1593650fcac4b64dfd3503836ce0e10070 | |
parent | ef9d6aa70d68cd3a765ed55f4c3781aeb8aeea23 [diff] [blame] |
updated for version 7.3.161 Problem: Items on the stack may be too big. Solution: Make items static or allocate them.
diff --git a/src/version.c b/src/version.c index dce707b..a1cbb94 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 161, +/**/ 160, /**/ 159,