OSDN Git Service

(sys_siglist): Don't declare if DONT_DECLARE_SYS_SIGLIST is defined.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Feb 1994 21:31:38 +0000 (21:31 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Feb 1994 21:31:38 +0000 (21:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6494 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/collect2.c

index 8d6024c..c065ffa 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 */