aboutsummaryrefslogtreecommitdiff
path: root/gcc/mips-tfile.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1997-09-01 14:57:29 +0000
committerJeff Law <law@gcc.gnu.org>1997-09-01 08:57:29 -0600
commite3512ac29149918bdff72064844ef83844e743c7 (patch)
tree4071a96b1d8566a1410fbad98dd470a21b3d2b59 /gcc/mips-tfile.c
parent5d84b57e6fbd46af2fb2180114eba35c2ea01aab (diff)
downloadgcc-e3512ac29149918bdff72064844ef83844e743c7.zip
gcc-e3512ac29149918bdff72064844ef83844e743c7.tar.gz
gcc-e3512ac29149918bdff72064844ef83844e743c7.tar.bz2
collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
* collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED. * mips-tfile.c: Likewise. * gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs. * xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition. * xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise. * configure.in: Check for sys_siglist declaration. * configure, config.in: Rebuilt. Fix conflicting sys_siglist decls once and for all. From-SVN: r15007
Diffstat (limited to 'gcc/mips-tfile.c')
-rw-r--r--gcc/mips-tfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c
index 4cd18d0..4fb2f31 100644
--- a/gcc/mips-tfile.c
+++ b/gcc/mips-tfile.c
@@ -1767,7 +1767,7 @@ extern int optind;
extern int opterr;
extern char *version_string;
#ifndef NO_SYS_SIGLIST
-#ifndef DONT_DECLARE_SYS_SIGLIST
+#ifndef SYS_SIGLIST_DECLARED
extern char *sys_siglist[NSIG + 1];
#endif
#endif