pkgsrc/devel/bcc/patches/patch-ah
1998-07-17 04:39:19 +00:00

13 lines
377 B
Text

--- as/genlist.c.orig Thu Jul 16 18:38:43 1998
+++ as/genlist.c Thu Jul 16 19:56:53 1998
@@ -186,8 +186,8 @@
{
if (!listpre)
{
- if (errcount || list.current && (!macflag || mcount != 0) ||
- macflag && maclist.current)
+ if (errcount || (list.current && (!macflag || mcount != 0)) ||
+ (macflag && maclist.current))
list1(lstfil);
if (errcount)
{