Skip to content

Commit

Permalink
* ext/ripper/eventids2.c (token_to_eventid): added
Browse files Browse the repository at this point in the history
  keyword_do_LAMBDA.  [ruby-dev:39049]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Aug 8, 2009
1 parent d0e62a5 commit 28f0068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sun Aug 9 07:25:07 2009 Nobuyoshi Nakada <[email protected]>

* ext/ripper/eventids2.c (token_to_eventid): added
keyword_do_LAMBDA. [ruby-dev:39049]

Sun Aug 9 02:07:41 2009 Yuki Sonoda (Yugui) <[email protected]>

* tool/compile_prelude.rb: fixes a regexp pattern for require.
Expand Down
1 change: 1 addition & 0 deletions ext/ripper/eventids2.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ static const struct token_assoc {
{keyword__ENCODING__, &ripper_id_kw},
{keyword_BEGIN, &ripper_id_kw},
{keyword_END, &ripper_id_kw},
{keyword_do_LAMBDA, &ripper_id_kw},
{tAMPER, &ripper_id_op},
{tANDOP, &ripper_id_op},
{tAREF, &ripper_id_op},
Expand Down

0 comments on commit 28f0068

Please sign in to comment.