Ripper.y:3235: error: syntax error before '}' token

trunk e$B$Ge(B ext/ripper e$B$,%3%s%Q%$%k%(%i!<$K$J$j$^$9!#e(B

gcc -Wall -ggdb -Wall -I. -I…/…/.ext/include/i386-freebsd6.2
-I…/…/./include -I…/…/./ext/ripper -I…/… -I…/…/.
-DRUBY_EXTCONF_H=“extconf.h” -fPIC -g -O2 -c ripper.c
ripper.y: In function `ripper_yyparse’:
ripper.y:3235: error: syntax error before ‘}’ token

– e$B$3$3$+$ie(B
— trunk/parse.y.ORG Fri Jul 6 10:01:47 2007
+++ trunk/parse.y Fri Jul 6 10:50:28 2007
@@ -3230,7 +3230,7 @@
/%%%/
new_bv($1);
/*%

  •  $$ = dispatch0(new_blockvars)
    
  •  $$ = dispatch0(new_blockvars);
       %*/
       }
    
    ;
    – e$B$3$3$^$Ge(B