$NetBSD: patch-af,v 1.1 2002/12/27 01:27:15 jschauma Exp $

--- ccomp/bac.y.orig	Thu Dec 26 20:15:57 2002
+++ ccomp/bac.y	Thu Dec 26 20:18:43 2002
@@ -1013,6 +1013,7 @@
 
 the_else  :  ELSE
          { emit(JUMP); $$ = lc; }
+	;
 
 switch_hdr  :  SWITCH  '('  expr  ')'
          { 
@@ -1272,6 +1273,7 @@
                }
             }
          }
+	;
 
 return_stmt  :  the_return  opt_expr  ';'
          {  
