From owner-freebsd-bugs Thu May 17 11:38:47 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from gold.silmaril.org (gold.silmaril.org [62.2.197.193]) by hub.freebsd.org (Postfix) with ESMTP id B417937B422 for ; Thu, 17 May 2001 11:38:43 -0700 (PDT) (envelope-from cartho@silmaril.org) Received: from localhost (cartho@localhost) by gold.silmaril.org (8.11.0/8.11.0) with ESMTP id f4HIcdY03241; Thu, 17 May 2001 20:38:41 +0200 Date: Thu, 17 May 2001 20:38:38 +0200 (CEST) From: Cyrille Artho To: Bruce Evans Cc: bugs@FreeBSD.ORG, Ernst de Haan Subject: Re: Insufficient type casts in stdargs.h In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Bruce, you were right with your remark. ap was declared as void* because of an ifdef that was needed for a cygwin environment; under FreeBSD, it should have turned out as va_list but did not. I still prefer the GNU style definition of va_arg, though... but I see that having a small macro is nice, too, although the macro is not platform independent. -- Regards, Cyrille Artho - http://artho.com/ - Tel. +41 - [0]1 - 632 09 88 For a list of the ways which technology has failed to improve our quality of life, press 3. -- Phil Read, on Slashdot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message