Date: Thu, 19 Feb 2004 12:13:09 +0100 From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) To: Bruce Evans <bde@zeta.org.au> Cc: Jun Kuriyama <kuriyama@imgsrc.co.jp> 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 Message-ID: <xzp1xorxqyi.fsf@dwp.des.no> In-Reply-To: <20040219213717.O1230@gamplex.bde.org> (Bruce Evans's message of "Thu, 19 Feb 2004 21:38:42 %2B1100 (EST)") 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> <xzplln0ua9x.fsf@dwp.des.no> <20040219213717.O1230@gamplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans <bde@zeta.org.au> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzp1xorxqyi.fsf>