--- /oo_1.1rc_src.old/idlc/source/parser.y 2003-03-26 13:11:09.000000000 +0100 +++ /oo_1.1rc_src/idlc/source/parser.y 2003-07-26 17:54:20.000000000 +0200 @@ -786,9 +786,9 @@ idlc()->setParseState(PS_RemoveableSeen); $$ = AF_REMOVEABLE; } - | error ']' + | error { - yyerror("unknown property|attribute flag"); + yyerror("unknown property|attribute flag"); yyerrok; } ;