From owner-cvs-src@FreeBSD.ORG Thu Feb 19 02:38:52 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2567116A4CE; Thu, 19 Feb 2004 02:38:52 -0800 (PST) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D04643D1F; Thu, 19 Feb 2004 02:38:51 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i1JAclLE011922; Thu, 19 Feb 2004 21:38:47 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i1JAcgch019373; Thu, 19 Feb 2004 21:38:43 +1100 Date: Thu, 19 Feb 2004 21:38:42 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= In-Reply-To: Message-ID: <20040219213717.O1230@gamplex.bde.org> References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040213035557.M24031@gamplex.bde.org> <20040215094444.F6303@gamplex.bde.org> <20040217170647.GA95247@dhcp01.pn.xcllnt.net> <20040218093149.A19121@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Marcel Moolenaar cc: Poul-Henning Kamp cc: Jun Kuriyama Subject: Re: cvs commit: src/sys/alpha/alpha support.s src/sys/i386/i386 swtch.s src/sys/kern kern_shutdown.c src/sys/sys systm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 10:38:52 -0000 On Wed, 18 Feb 2004, Dag-Erling [iso-8859-1] Sm=F8rgrav wrote: > Bruce Evans writes: > > [...] I'm not completely happy with the results of this at any > > level, especially at the source level. It requires and ugly syntax > > (another layer of parentheses around the message) [...] > > We can get rid of the parentheses with varadic macros. I'd prefer not to use variadic macros until we have several C99 compilers that support them instead of half of a C99 compiler. Bruce