diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-05-07 03:58:23 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-05-07 03:58:23 +0000 |
commit | c2724863cc19200ed93e9943ac895c5843b243ee (patch) | |
tree | af17eac0c5875aeac2a2cfec209a8df7073fc011 /gcc/config/convex | |
parent | 3715a5180fa1b45c083f17e1c971672348f67583 (diff) | |
download | gcc-c2724863cc19200ed93e9943ac895c5843b243ee.tar.gz |
entered into RCS
From-SVN: r926
Diffstat (limited to 'gcc/config/convex')
-rw-r--r-- | gcc/config/convex/convex.h | 9 |
1 files 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 */ |