Mercurial > emacs
diff src/process.c @ 5891:ffe51baf2728
(sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.
| author | Roland McGrath <roland@gnu.org> |
|---|---|
| date | Fri, 11 Feb 1994 02:52:17 +0000 |
| parents | 1322c4daeda2 |
| children | 6b81b2575071 |
line wrap: on
line diff
--- a/src/process.c Fri Feb 11 02:50:00 1994 +0000 +++ b/src/process.c Fri Feb 11 02:52:17 1994 +0000 @@ -131,6 +131,7 @@ extern char *sys_errlist[]; #endif +#ifndef SYS_SIGLIST_DECLARED #ifndef VMS #ifndef BSD4_1 #ifndef LINUX @@ -168,6 +169,7 @@ }; #endif #endif /* VMS */ +#endif /* ! SYS_SIGLIST_DECLARED */ /* t means use pty, nil means use a pipe, maybe other values to come. */
