freebsd-ports/math/gnubc/files/patch-bc__bc.y
Gabor Kovesdan 759ff802ec - Minor fixes from Apple [1]
- Add LICENSE [1]
- Pet portlint(1)

PR:		193963 [1]
Submitted by:	pfg [1]
2015-02-24 15:48:26 +00:00

10 lines
225 B
Text

--- 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");