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 17126b1 commit 467b59cCopy full SHA for 467b59c
src/if_ruby.c
@@ -612,11 +612,13 @@ rb_check_type_stub(VALUE obj, int t)
612
{
613
dll_rb_check_type(obj, t);
614
}
615
+# if VIM_SIZEOF_INT < VIM_SIZEOF_LONG // 64 bits only
616
unsigned long
617
rb_num2uint_stub(VALUE x)
618
619
return dll_rb_num2uint(x);
620
621
+# endif
622
void
623
ruby_malloc_size_overflow_stub(size_t x, size_t y)
624
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2312,
755
/**/
756
2311,
757
0 commit comments