]> git.pld-linux.org Git - packages/baci.git/commitdiff
- small patch to build :/ baci-1_0-2
authorundefine <undefine@pld-linux.org>
Tue, 23 Sep 2003 12:58:48 +0000 (12:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    baci-bapascal.patch -> 1.1

baci-bapascal.patch [new file with mode: 0644]

diff --git a/baci-bapascal.patch b/baci-bapascal.patch
new file mode 100644 (file)
index 0000000..dad66f5
--- /dev/null
@@ -0,0 +1,10 @@
+--- 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; }
+       ;
This page took 0.894643 seconds and 4 git commands to generate.