patch 8.0.0163: cannot build with Ruby 2.4 v8.0.0163
authorBram Moolenaar <Bram@vim.org>
Mon, 9 Jan 2017 20:10:31 +0000 (21:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 Jan 2017 20:10:31 +0000 (21:10 +0100)
commit6abda995a57306028c3dc5c62c9b15858e5a3bcf
tree28829927c41186e7be9b99167ca9c34f63ef3c26
parent009c7b2640b6e04c101118cc7d0dc5785f9aa116
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)
src/if_ruby.c
src/version.c