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:
parent
1e66d3b853
commit
f55212bce9
Notes:
git
2022-10-20 13:05:47 +00:00
5 changed files with 18 additions and 18 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue