commit | 6abda995a57306028c3dc5c62c9b15858e5a3bcf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 09 21:10:31 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 09 21:10:31 2017 +0100 |
tree | 28829927c41186e7be9b99167ca9c34f63ef3c26 | |
parent | 009c7b2640b6e04c101118cc7d0dc5785f9aa116 [diff] [blame] |
patch 8.0.0163: cannot build with Ruby 2.4 Problem: Ruby 2.4 no longer supports rb_cFixnum. Solution: move rb_cFixnum into an #ifdef. (Kazuki Sakamoto, closes #1365)
diff --git a/src/version.c b/src/version.c index 1c4c57b..9b0809b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 163, +/**/ 162, /**/ 161,