pkgsrc/devel/bcc/patches/patch-ah

15 lines
446 B
Text

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