* parse.y [ripper]: missing ';'.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aamine 2004-09-27 06:02:27 +00:00
parent 0bedb2e07f
commit 18c4d35431
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Sep 27 15:01:59 2004 Minero Aoki <aamine@loveruby.net>
* parse.y [ripper]: missing ';'.
Mon Sep 27 13:46:45 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* intern.h, struct.c (rb_struct_s_members, rb_struct_members): public

View File

@ -1196,7 +1196,7 @@ mlhs_basic : mlhs_head
/*%%%*/
$$ = NEW_MASGN($1, 0);
/*%
$$ = $1
$$ = $1;
%*/
}
| mlhs_head mlhs_item