mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
error.c: update builtin_types
* error.c (builtin_types): update for r49932, insert T_IMEMO and move T_UNDEF. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
921bca8969
commit
27440e6721
1 changed files with 2 additions and 3 deletions
5
error.c
5
error.c
|
@ -504,12 +504,11 @@ static const char builtin_types[][10] = {
|
|||
"false",
|
||||
"Symbol", /* :symbol */
|
||||
"Fixnum",
|
||||
"", /* 0x16 */
|
||||
"undef", /* internal use: #undef; should not happen */
|
||||
"", /* 0x17 */
|
||||
"", /* 0x18 */
|
||||
"", /* 0x19 */
|
||||
"", /* 0x1a */
|
||||
"undef", /* internal use: #undef; should not happen */
|
||||
"Memo", /* internal use: general memo */
|
||||
"Node", /* internal use: syntax tree node */
|
||||
"iClass", /* internal use: mixed-in module holder */
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue