Updated builtin type names

Fixnum and Bignum have been unified to Integer already.
上级 7a571103
......@@ -753,7 +753,7 @@ static const char builtin_types[][10] = {
"Array",
"Hash",
"Struct",
"Bignum",
"Integer",
"File",
"Data", /* internal use: wrapped C pointers */
"MatchData", /* data of $~ */
......@@ -764,7 +764,7 @@ static const char builtin_types[][10] = {
"true",
"false",
"Symbol", /* :symbol */
"Fixnum",
"Integer",
"undef", /* internal use: #undef; should not happen */
"", /* 0x17 */
"", /* 0x18 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册