blob: bc814c214e6279fddb2803ee9536d87bd7a757d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ah,v 1.3 2006/10/10 06:56:05 uebayasi Exp $
--- as/genlist.c.orig 1993-07-10 21:37:22.000000000 +0200
+++ as/genlist.c
@@ -186,8 +186,8 @@ PUBLIC void listline()
{
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)
{
|