mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove the obsolete term Fixnum.
Except for compatibility code.
This commit is contained in:
+1
-1
@@ -409,7 +409,7 @@ mrb_check_type(mrb_state *mrb, mrb_value x, enum mrb_vtype t)
|
||||
ename = "nil";
|
||||
}
|
||||
else if (mrb_integer_p(x)) {
|
||||
ename = "Fixnum";
|
||||
ename = "Integer";
|
||||
}
|
||||
else if (mrb_symbol_p(x)) {
|
||||
ename = "Symbol";
|
||||
|
||||
Reference in New Issue
Block a user