зеркало из https://github.com/github/ruby.git
Mark internal class names
This commit is contained in:
Родитель
58d82eacef
Коммит
1bd021a789
6
error.c
6
error.c
|
@ -909,9 +909,9 @@ static const char builtin_types[][10] = {
|
|||
"", /* 0x17 */
|
||||
"", /* 0x18 */
|
||||
"", /* 0x19 */
|
||||
"Memo", /* internal use: general memo */
|
||||
"Node", /* internal use: syntax tree node */
|
||||
"iClass", /* internal use: mixed-in module holder */
|
||||
"<Memo>", /* internal use: general memo */
|
||||
"<Node>", /* internal use: syntax tree node */
|
||||
"<iClass>", /* internal use: mixed-in module holder */
|
||||
};
|
||||
|
||||
const char *
|
||||
|
|
Загрузка…
Ссылка в новой задаче