1
0
Fork 0
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:
matz 2008-09-23 07:19:17 +00:00
parent 28f9e462fd
commit 0867b94cb9
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Tue Sep 23 16:17:54 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/ripper/eventids2.c (token_to_eventid): supper __ENCODING__
keyword. [ruby-dev:36478]
Tue Sep 23 15:30:53 2008 Koichi Sasada <ko1@atdot.net>
* common.mk, hash.c: remove unused inclusion.

View file

@ -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},