commit | 2459a5ecaa43c8549ea53e9364253ff891676da5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 03 12:55:18 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 03 12:55:18 2015 +0100 |
tree | b503323856e11d0e1e47e6c81875d32b1541ee04 | |
parent | 4ac163ae5f137af236931e778660cf7878d70c25 [diff] [blame] |
updated for version 7.4.609 Problem: For complicated list and dict use the garbage collector can run out of stack space. Solution: Use a stack of dicts and lists to be marked, thus making it iterative instead of recursive. (Ben Fritz)
diff --git a/src/version.c b/src/version.c index 8e26439..36d701e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 609, +/**/ 608, /**/ 607,