Index: monoburg.y
===================================================================
RCS file: /cvs/public/mono/mono/monoburg/monoburg.y,v
retrieving revision 1.12
diff -u -3 -p -r1.12 monoburg.y
--- monoburg.y	3 Oct 2002 10:35:30 -0000	1.12
+++ monoburg.y	16 Oct 2002 09:06:26 -0000
@@ -47,12 +47,12 @@ static int yylinepos = 0;
 
 decls   : /* empty */ 
 	| START IDENT { start_nonterm ($2); } decls
-	| TERM  tlist decls
-	| TERMPREFIX plist decls
-	| IDENT ':' tree optcost optcode optcfunc { create_rule ($1, $3, $5, $4, $6); } decls 
+	| TERM  tlist decls {}
+	| TERMPREFIX plist decls {}
+	| IDENT ':' tree optcost optcode optcfunc { create_rule ($1, $3, $5, $4, $6); } decls {}
 	;
 
-optcode : /* empty */ { $$ = NULL }
+optcode : /* empty */ { $$ = NULL; }
 	| CODE 
 	;
 
