Index: parse.y =================================================================== --- parse.y (revision 33238) +++ parse.y (working copy) @@ -3498,7 +3498,7 @@ /*%c%*/ /*%c { - rb_ary_push($$, $3); + rb_ary_push($1, $3); } %*/ ;