1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Move "special consts" so Qundef and Qnil differ just 1 bit

This commit is contained in:
Nobuyoshi Nakada 2022-10-20 10:57:40 +09:00
parent 1e66d3b853
commit f55212bce9
Notes: git 2022-10-20 13:05:47 +00:00
5 changed files with 18 additions and 18 deletions

View file

@ -24,7 +24,7 @@
* In released versions of Ruby, this number is not defined since teeny
* versions of Ruby should guarantee ABI compatibility.
*/
#define RUBY_ABI_VERSION 2
#define RUBY_ABI_VERSION 3
/* Windows does not support weak symbols so ruby_abi_version will not exist
* in the shared library. */