2006-10-10 08:56:05 +02:00
|
|
|
$NetBSD: patch-ah,v 1.3 2006/10/10 06:56:05 uebayasi Exp $
|
1998-08-07 12:35:47 +02:00
|
|
|
|
2006-10-10 08:56:05 +02:00
|
|
|
--- as/genlist.c.orig 1993-07-10 21:37:22.000000000 +0200
|
|
|
|
+++ as/genlist.c
|
|
|
|
@@ -186,8 +186,8 @@ PUBLIC void listline()
|
1998-07-17 06:39:19 +02:00
|
|
|
{
|
|
|
|
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)
|
|
|
|
{
|