Re: G_HAVE_ISO_VARARGS



On Tue, Jul 10, 2001 at 12:50:55AM +0100, Joel Becker wrote:
> Folks,
> 	I would suggest that the G_HAVE_ISO_VARARGS macro in
> glibconfig.h read:

Broken recommendation, so replying to self:
> 
> #if defined (G_HAVE_ISO_VARARGS) && defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
 
#if !defined (__cplusplus) && defined (__STDC_VERSION__) &&
__STDC_VERSION__ > 199901L
#define G_HAVE_ISO_VARARGS 1
#endif


Joel

-- 

Life's Little Instruction Book #407

	"Every once in a while, take the scenic route."

			http://www.jlbec.org/
			jlbec evilplan org




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]