зеркало из https://github.com/github/ruby.git
parse.y: ripper no longer uses rb_discard_node
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
269856a4a1
Коммит
99e52bcd8e
2
parse.y
2
parse.y
|
@ -306,11 +306,13 @@ static int parser_yyerror(struct parser_params*, const YYLTYPE *yylloc, const ch
|
|||
|
||||
static enum yytokentype yylex(YYSTYPE*, YYLTYPE*, struct parser_params*);
|
||||
|
||||
#ifndef RIPPER
|
||||
static inline void
|
||||
rb_discard_node(struct parser_params *p, NODE *n)
|
||||
{
|
||||
rb_ast_delete_node(p->ast, n);
|
||||
}
|
||||
#endif
|
||||
|
||||
static inline VALUE
|
||||
add_mark_object(struct parser_params *p, VALUE obj)
|
||||
|
|
Загрузка…
Ссылка в новой задаче