1
0
Fork 0
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:
nobu 2018-01-18 03:37:08 +00:00
parent e6883ef688
commit b2feea2945

View file

@ -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*