mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/ripper/eventids2.c (token_to_eventid): supper __ENCODING__
keyword. [ruby-dev:36478] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
28f9e462fd
commit
0867b94cb9
2 changed files with 6 additions and 0 deletions
|
@ -182,6 +182,7 @@ static const struct token_assoc {
|
|||
{keyword_yield, &ripper_id_kw},
|
||||
{keyword__FILE__, &ripper_id_kw},
|
||||
{keyword__LINE__, &ripper_id_kw},
|
||||
{keyword__ENCODING__, &ripper_id_kw},
|
||||
{keyword_BEGIN, &ripper_id_kw},
|
||||
{keyword_END, &ripper_id_kw},
|
||||
{tAMPER, &ripper_id_op},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue