aboutsummaryrefslogblamecommitdiff
path: root/math/gnubc/files/patch-bc__bc.y
blob: e7c0efdd89017a4d2205094abea486a285ffe407 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                  
--- bc/bc.y.orig	Sun Oct 24 10:07:01 2004
+++ bc/bc.y	Sun Oct 24 10:07:20 2004
@@ -424,7 +424,6 @@
 			      generate (genstr);
 			      $$ = 0;
 			    }
-			;
 			| expression AND 
 			    {
 			      warn("&& operator");