From owner-cvs-src@FreeBSD.ORG Thu Feb 19 03:13:19 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 53E0E16A4CE; Thu, 19 Feb 2004 03:13:19 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B6043D1D; Thu, 19 Feb 2004 03:13:19 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 783B05309; Thu, 19 Feb 2004 12:13:17 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 1E6B05308; Thu, 19 Feb 2004 12:13:10 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 90C2033C6F; Thu, 19 Feb 2004 12:13:09 +0100 (CET) To: Bruce Evans References: <200401192127.i0JLRBL3041817@repoman.freebsd.org> <20040120175334.W3279@gamplex.bde.org> <20040213035557.M24031@gamplex.bde.org> <7mfzdexjzs.wl@black.imgsrc.co.jp> <20040215094444.F6303@gamplex.bde.org> <7m3c99vp6i.wl@black.imgsrc.co.jp> <20040217170647.GA95247@dhcp01.pn.xcllnt.net> <20040218093149.A19121@gamplex.bde.org> <20040219213717.O1230@gamplex.bde.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Thu, 19 Feb 2004 12:13:09 +0100 In-Reply-To: <20040219213717.O1230@gamplex.bde.org> (Bruce Evans's message of "Thu, 19 Feb 2004 21:38:42 +1100 (EST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 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 11:13:19 -0000 Bruce Evans writes: > I'd prefer not to use variadic macros until we have several C99 compilers > that support them instead of half of a C99 compiler. CURRENT's GCC supports both ISO C variadic macro syntax and its own. The latter is also supported in STABLE's GCC. I imagine ICC supports at least ISO C syntax and possibly also the old GCC syntax, since it tries to be GCC-compatible, and that both TenDRA and Watcom support the ISO C syntax. See src/contrib/openpam/include/security/openpam.h for an example of code that selects the right syntax depending on what the compiler is expected to support. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no