From owner-cvs-all Tue Apr 16 21:31:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 358D237B419; Tue, 16 Apr 2002 21:31:44 -0700 (PDT) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3H4ViA41776; Tue, 16 Apr 2002 21:31:44 -0700 (PDT) (envelope-from obrien) Message-Id: <200204170431.g3H4ViA41776@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 16 Apr 2002 21:31:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci tsunami_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/04/16 21:31:44 PDT Modified files: sys/alpha/pci tsunami_pci.c Log: I am not sure why ## was used in this macro, as w/o the string concatenation the tokens are legal ANSI-C. Maybe to enable 'op' to be a macro itself? Anyway, with the ## concatenation Gcc 3.1's integrated `cpp' treats "=op(" as a single token vs. the three tokens it is. Revision Changes Path 1.14 +2 -2 src/sys/alpha/pci/tsunami_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message