mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parse.y: no longer undef assignable
* parse.y (assignable): no longer needs to undef since r61899. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e6883ef688
commit
b2feea2945
1 changed files with 0 additions and 1 deletions
1
parse.y
1
parse.y
|
@ -9183,7 +9183,6 @@ rb_parser_set_location(struct parser_params *p, YYLTYPE *yylloc)
|
|||
|
||||
#ifdef RIPPER
|
||||
static VALUE
|
||||
#undef assignable
|
||||
assignable(struct parser_params *p, VALUE lhs, VALUE val, const YYLTYPE *loc)
|
||||
#else
|
||||
static NODE*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue