зеркало из https://github.com/github/ruby.git
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:
Родитель
921bca8969
Коммит
27440e6721
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 */
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче