Further HPUX 11.00 fixinclude file woes

Bruce Korb bkorb@pacbell.net
Mon Jul 16 20:52:00 GMT 2001


Hi Richard,

I have applied your patch.  Please note that your alteration
of "__va__list" to "__va_list" is then altered by a later fix
to "__gnuc_va_list".  This should not be a problem, but you
should also be aware of it.

--- stdio.h	Mon Jul 16 20:50:00 2001
+++ /work/gnu/gcc.main/gcc/fixinc/tests/base/stdio.h	Sat May 26 13:15:12 2001
@@ -19,11 +19,6 @@
 #endif  /* ALPHA_GETOPT_CHECK */
 
 
-#if defined( HPUX11_VSNPRINTF_CHECK )
-extern int vsnprintf(char *, __size_t, const char *, __gnuc_va_list);
-#endif  /* HPUX11_VSNPRINTF_CHECK */
-
-
 #if defined( IRIX_STDIO_DUMMY_VA_LIST_CHECK )
 extern int printf( const char *, __gnuc_va_list );
 #endif  /* IRIX_STDIO_DUMMY_VA_LIST_CHECK */



More information about the Gcc-patches mailing list