commit | 10f3a79e898fa819e3f78adff7b724c930fc9130 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 20 12:52:29 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 20 12:52:29 2013 +0200 |
tree | b42308142626031487216aaa4ca5bbc40dcde4fc | |
parent | ba40447ab14c79b6bf3c6e1d47f2b9dcd3e0524c [diff] [blame] |
updated for version 7.3.974 Problem: Can't build with ruby 1.8.5. Solution: Only use ruby_init_stack() when RUBY_INIT_STACK is defined. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index f9dd542..6c6b650 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 974, +/**/ 973, /**/ 972,