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 009c7b2 commit 6abda99Copy full SHA for 6abda99
2 files changed
src/if_ruby.c
@@ -514,9 +514,10 @@ static struct
514
{
515
{"rb_assoc_new", (RUBY_PROC*)&dll_rb_assoc_new},
516
{"rb_cFalseClass", (RUBY_PROC*)&dll_rb_cFalseClass},
517
- {"rb_cFixnum", (RUBY_PROC*)&dll_rb_cFixnum},
518
# if defined(USE_RUBY_INTEGER)
519
{"rb_cInteger", (RUBY_PROC*)&dll_rb_cInteger},
+# else
520
+ {"rb_cFixnum", (RUBY_PROC*)&dll_rb_cFixnum},
521
# endif
522
# if defined(DYNAMIC_RUBY_VER) && DYNAMIC_RUBY_VER >= 20
523
{"rb_cFloat", (RUBY_PROC*)&dll_rb_cFloat},
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 163,
769
/**/
770
162,
771
0 commit comments