File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -514,9 +514,10 @@ static struct
514514{
515515 {"rb_assoc_new" , (RUBY_PROC * )& dll_rb_assoc_new },
516516 {"rb_cFalseClass" , (RUBY_PROC * )& dll_rb_cFalseClass },
517- {"rb_cFixnum" , (RUBY_PROC * )& dll_rb_cFixnum },
518517# if defined(USE_RUBY_INTEGER )
519518 {"rb_cInteger" , (RUBY_PROC * )& dll_rb_cInteger },
519+ # else
520+ {"rb_cFixnum" , (RUBY_PROC * )& dll_rb_cFixnum },
520521# endif
521522# if defined(DYNAMIC_RUBY_VER ) && DYNAMIC_RUBY_VER >= 20
522523 {"rb_cFloat" , (RUBY_PROC * )& dll_rb_cFloat },
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 163 ,
767769/**/
768770 162 ,
769771/**/
You can’t perform that action at this time.
0 commit comments