blob: d43473a28525fd2db4b3859b9c77f88aecf6ea60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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)
{
|