entered into RCS
authorCharles Hannum <mycroft@gnu.org>
Thu, 7 May 1992 03:58:23 +0000 (03:58 +0000)
committerCharles Hannum <mycroft@gnu.org>
Thu, 7 May 1992 03:58:23 +0000 (03:58 +0000)
From-SVN: r926

gcc/config/convex/convex.h

index b07c4cb7aa0704c043a8684a99922c94c3f29b2a..72b04403949794e740628591d383a5228693ba0d 100644 (file)
@@ -1168,20 +1168,17 @@ bss_section ()                                                          \
 #define SET_DECL_VINDEX(DECL, INDEX) \
   (DECL_VINDEX (DECL) = (INDEX))
 
+#if 0 /* collect2.c should no longer need these.  */
 /* Defs for compiling collect2.c in -pcc mode during bootstrap. */
 
 #ifdef COLLECT
 
-#ifdef __STDC__
+#ifndef __STDC__
 
-#define HAVE_STRERROR
-
-#else
-
-#define vfprintf(file,fmt,args) _doprnt (fmt, args, file)
 #define WTERMSIG(x) (((union wait *) &(x))->w_termsig)
 #define WEXITSTATUS(x) (((union wait *) &(x))->w_retcode)
 
 #endif
 
 #endif /* COLLECT */
+#endif /* 0 */