We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adcac9 commit 29eccd4Copy full SHA for 29eccd4
src/if_ruby19.c
@@ -9,6 +9,12 @@
9
#define dll_rb_cNilClass dll_rb19_cNilClass
10
#define dll_rb_cSymbol dll_rb19_cSymbol
11
#define dll_rb_cTrueClass dll_rb19_cTrueClass
12
+#define rb_num2long_stub rb19_num2long_stub
13
+#define rb_int2big_stub rb19_int2big_stub
14
+#define rb_fix2int_stub rb19_fix2int_stub
15
+#define rb_num2int_stub rb19_num2int_stub
16
+#define rb_float_new_in_heap rb19_float_new_in_heap
17
+#define rb_num2ulong rb19_num2ulong
18
#define ex_ruby ex_ruby19
19
#define ex_rubydo ex_ruby19do
20
#define ex_rubyfile ex_ruby19file
0 commit comments