[svn] Define _VA_LIST to prevent Solaris stdio.h from declaring va_list.

Published in <sxs1ydk4vg0.fsf@florida.arsdigita.de>.
This commit is contained in:
hniksic 2002-04-12 11:36:07 -07:00
parent c528253f96
commit 2a72eef0af
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2002-04-12 Hrvoje Niksic <hniksic@arsdigita.com>
* config.h.in: Define _VA_LIST on Solaris to prevent stdio.h from
declaring va_list.
From Kevin Rodgers <kevinr@ihs.com>.
2002-04-12 Ian Abbott <abbotti@mev.co.uk>
* Makefile.in: Specify libtool mode explicitly when linking.

View File

@ -257,6 +257,8 @@ char *alloca ();
#ifdef solaris
# define NAMESPACE_TWEAKS
/* Prevent stdio.h from declaring va_list. */
# define _VA_LIST
#endif
#ifdef __linux__