mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parse.y: ripper_intern is no longer used
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2c51dc5053
commit
425d52df7e
1 changed files with 0 additions and 1 deletions
1
parse.y
1
parse.y
|
@ -707,7 +707,6 @@ static void ripper_error_gen(struct parser_params *parser);
|
|||
|
||||
#define yyparse ripper_yyparse
|
||||
|
||||
#define ripper_intern(s) STATIC_ID2SYM(rb_intern(s))
|
||||
#define TOKEN2VAL(t) STATIC_ID2SYM(TOKEN2ID(t))
|
||||
|
||||
#define arg_new() dispatch0(args_new)
|
||||
|
|
Loading…
Add table
Reference in a new issue