--- pascomp/bapascal.y~ Wed May 14 19:30:18 2003 +++ pascomp/bapascal.y Tue Sep 23 14:55:06 2003 @@ -885,7 +885,6 @@ { gen_exprval($4); emit1(JZER,$1); free_expr($4); } | for_header statement { emit1(ENDFOR,1+$1); code[$1].y = lc; } - ; | cbegin statements CEND { if (level == 1) emit(COEND); in_cobegin = 0; } ;