commit | f6303878274b9aedfb9ac5b80d95002965093e5b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 03 17:59:43 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 03 17:59:43 2015 +0200 |
tree | 12b3b1bb22c5e4757ec560500a0637be1141d691 | |
parent | da6365774d658b66f8d337f6342f4077594dd494 [diff] [blame] |
patch 7.4.691 for Problem: Can't build with MzScheme. Solution: Change "cwd" into the global variable "start_dir".
diff --git a/src/version.c b/src/version.c index a847921..1ae5f37 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 691, +/**/ 690, /**/ 689,