From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LBvPd-0004x3-MM for qemu-devel@nongnu.org; Sun, 14 Dec 2008 13:09:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LBvPb-0004wJ-Rj for qemu-devel@nongnu.org; Sun, 14 Dec 2008 13:09:53 -0500 Received: from [199.232.76.173] (port=41103 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBvPb-0004wG-NW for qemu-devel@nongnu.org; Sun, 14 Dec 2008 13:09:51 -0500 Received: from mail2.shareable.org ([80.68.89.115]:60945) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LBvPb-00012k-9G for qemu-devel@nongnu.org; Sun, 14 Dec 2008 13:09:51 -0500 Date: Sun, 14 Dec 2008 18:09:48 +0000 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH 01/13] hw/ppc.c: LOG_IRQ macro Message-ID: <20081214180948.GD28984@shareable.org> References: <1228933464-7670-1-git-send-email-ehabkost@redhat.com> <1228933464-7670-2-git-send-email-ehabkost@redhat.com> <494189E9.4040007@codemonkey.ws> <95DE7E4E-25A2-4D0C-9A59-FBDCE503522E@web.de> <20081211233124.GB5157@blackpad> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081211233124.GB5157@blackpad> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Andreas =?iso-8859-1?Q?F=E4rber?= Eduardo Habkost wrote: > I chose __VA_ARGS__ because I expected it to be more commonly supported on > other compilers. C99 compilers. > GCC documentation mentions "fmt..." as a GCC extension. It is. The only thing is that older GCCs (perhaps pre-3.0) only support the extension, not the C99 syntax. -- Jamie