]> git.pld-linux.org Git - packages/baci.git/blame - baci-bapascal.patch
- ugh.. back to release 1
[packages/baci.git] / baci-bapascal.patch
CommitLineData
998ea37c 1--- pascomp/bapascal.y~ Wed May 14 19:30:18 2003
2+++ pascomp/bapascal.y Tue Sep 23 14:55:06 2003
3@@ -885,7 +885,6 @@
4 { gen_exprval($4); emit1(JZER,$1); free_expr($4); }
5 | for_header statement
6 { emit1(ENDFOR,1+$1); code[$1].y = lc; }
7- ;
8 | cbegin statements CEND
9 { if (level == 1) emit(COEND); in_cobegin = 0; }
10 ;
This page took 0.079637 seconds and 4 git commands to generate.