(sys_siglist): Don't declare if DONT_DECLARE_SYS_SIGLIST is defined.
authorJim Wilson <wilson@gcc.gnu.org>
Sun, 6 Feb 1994 21:31:38 +0000 (13:31 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Sun, 6 Feb 1994 21:31:38 +0000 (13:31 -0800)
From-SVN: r6494

gcc/collect2.c

index 8d6024cac7295c68a4d0eac56e055054911bc8be..c065ffa53ce0be25436e45d01675780228cfa624 100644 (file)
@@ -200,8 +200,10 @@ enum pass {
 };
 
 #ifndef NO_SYS_SIGLIST
+#ifndef DONT_DECLARE_SYS_SIGLIST
 extern char *sys_siglist[];
 #endif
+#endif
 extern char *version_string;
 
 static int vflag;                      /* true if -v */