]> git.eshelyaron.com Git - emacs.git/commitdiff
(sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.
authorRoland McGrath <roland@gnu.org>
Fri, 11 Feb 1994 02:52:17 +0000 (02:52 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 11 Feb 1994 02:52:17 +0000 (02:52 +0000)
src/process.c

index 99412ccc088bbf326d32afcdf4f4f408ee76abcf..6512da71df33a1c91cbd7707be49157fbe646b6d 100644 (file)
@@ -131,6 +131,7 @@ extern char *strerror ();
 extern char *sys_errlist[];
 #endif
 
+#ifndef SYS_SIGLIST_DECLARED
 #ifndef VMS
 #ifndef BSD4_1
 #ifndef LINUX
@@ -168,6 +169,7 @@ char *sys_siglist[] =
     };
 #endif
 #endif /* VMS */
+#endif /* ! SYS_SIGLIST_DECLARED */
 
 /* t means use pty, nil means use a pipe,
    maybe other values to come.  */