mysqlplus
mysqlplus copied to clipboard
Fix for Ruby 2.4.0 integer unification
As of Ruby 2.4.0, Fixnum and Bignum have been unified into the Integer type. So rb_cFixnum is no longer defined. Fortunately, ruby.h defines RUBY_INTEGER_UNIFICATION if rb_cFixnum is no longer available, so we can check that.