summaryrefslogtreecommitdiff
path: root/gcc/config/convex
diff options
context:
space:
mode:
authorCharles Hannum <mycroft@gnu.org>1992-05-07 03:58:23 +0000
committerCharles Hannum <mycroft@gnu.org>1992-05-07 03:58:23 +0000
commitc2724863cc19200ed93e9943ac895c5843b243ee (patch)
treeaf17eac0c5875aeac2a2cfec209a8df7073fc011 /gcc/config/convex
parent3715a5180fa1b45c083f17e1c971672348f67583 (diff)
downloadgcc-c2724863cc19200ed93e9943ac895c5843b243ee.tar.gz
entered into RCS
From-SVN: r926
Diffstat (limited to 'gcc/config/convex')
-rw-r--r--gcc/config/convex/convex.h9
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 */