Commit c2724863 by Charles Hannum

entered into RCS

From-SVN: r926
parent 3715a518
...@@ -1168,20 +1168,17 @@ bss_section () \ ...@@ -1168,20 +1168,17 @@ bss_section () \
#define SET_DECL_VINDEX(DECL, INDEX) \ #define SET_DECL_VINDEX(DECL, INDEX) \
(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. */ /* Defs for compiling collect2.c in -pcc mode during bootstrap. */
#ifdef COLLECT #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 WTERMSIG(x) (((union wait *) &(x))->w_termsig)
#define WEXITSTATUS(x) (((union wait *) &(x))->w_retcode) #define WEXITSTATUS(x) (((union wait *) &(x))->w_retcode)
#endif #endif
#endif /* COLLECT */ #endif /* COLLECT */
#endif /* 0 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment