mirror of
https://github.com/mirror/wget.git
synced 2025-01-10 04:10:50 +08:00
[svn] Don't define _VA_LIST; it breaks compilation with GCC under Solaris 10.
This commit is contained in:
parent
4dc559af46
commit
8db46085a0
@ -1,3 +1,9 @@
|
|||||||
|
2005-04-11 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* config-post.h: Don't define _VA_LIST under Solaris; it breaks
|
||||||
|
compilation with GCC 3.4 under Solaris 10. (It was defined to
|
||||||
|
avoid a warning with previous versions of GCC.)
|
||||||
|
|
||||||
2005-04-11 Hrvoje Niksic <hniksic@xemacs.org>
|
2005-04-11 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* xmalloc.c (register_ptr): Warn the user to increase SZ prior to
|
* xmalloc.c (register_ptr): Warn the user to increase SZ prior to
|
||||||
|
@ -39,11 +39,6 @@ void *alloca ();
|
|||||||
|
|
||||||
#ifdef solaris
|
#ifdef solaris
|
||||||
# define NAMESPACE_TWEAKS
|
# define NAMESPACE_TWEAKS
|
||||||
# ifdef __GNUC__
|
|
||||||
/* Prevent stdio.h from declaring va_list and thus tripping gcc's
|
|
||||||
stdarg.h. */
|
|
||||||
# define _VA_LIST
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
Loading…
Reference in New Issue
Block a user