commit | 73dad1e64cb42842d8259cb1a255a6fa59822f76 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 17 22:13:49 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 17 22:13:49 2016 +0200 |
tree | 77ef7107f438ac10d254df202aa2b302481ac5c2 | |
parent | 840268400dc8fda62a14f8a084e8b1ea46619454 [diff] [blame] |
patch 7.4.2063 Problem: eval.c is still too big. Solution: Split off internal functions to evalfunc.c.
diff --git a/src/version.c b/src/version.c index 665c93e..e46a13f 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2063, +/**/ 2062, /**/ 2061,