$NetBSD: patch-ah,v 1.2 1998/08/07 10:40:21 agc Exp $

--- 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)
 	{