From 7e7b98b166c7f1392edc8d2268f4fb8a4f99702d Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 2 Oct 2009 19:34:28 +0000 Subject: * parse.y (assignable_gen): parser_yyerror takes two arguments. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 88c432239..9f8ac1d99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 3 04:34:25 2009 Nobuyoshi Nakada + + * parse.y (assignable_gen): parser_yyerror takes two arguments. + Sat Oct 3 04:07:52 2009 Nobuyoshi Nakada * lib/rake: updated to rake code to rake-0.8.7 source code base. -- cgit