From c2724863cc19200ed93e9943ac895c5843b243ee Mon Sep 17 00:00:00 2001 From: Charles Hannum Date: Thu, 7 May 1992 03:58:23 +0000 Subject: [PATCH] entered into RCS From-SVN: r926 --- gcc/config/convex/convex.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index b07c4cb7aa0..72b04403949 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -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 */ -- 2.30.2