]> sjero.net Git - wget/blobdiff - src/config-post.h
[svn] Remove K&R support.
[wget] / src / config-post.h
index 77a859dd59c39597855a2cb0c4f6cd2e2f93fc69..7706a25d286762109fc79388b735dc243bb8ef12 100644 (file)
@@ -13,7 +13,7 @@
  #pragma alloca
 #  else
 #   ifndef alloca /* predefined by HP cc +Olibcalls */
-char *alloca ();
+void *alloca ();
 #   endif
 #  endif
 # endif
@@ -39,11 +39,6 @@ char *alloca ();
 
 #ifdef solaris
 # define NAMESPACE_TWEAKS
-# ifdef __GNUC__
-/* Prevent stdio.h from declaring va_list and thus tripping gcc's
-   stdarg.h. */
-#  define _VA_LIST
-# endif
 #endif
 
 #ifdef __linux__