diff src/sighandlers.h @ 3546:6dfdded73a7e

[project @ 2000-02-02 22:45:39 by jwe]
author jwe
date Wed, 02 Feb 2000 22:45:43 +0000
parents 5708b8bb4f06
children 4b1a93f83264
line wrap: on
line diff
--- a/src/sighandlers.h
+++ b/src/sighandlers.h
@@ -36,6 +36,7 @@
 #include <Array.h>
 
 #include "syswait.h"
+#include "siglist.h"
 
 // Signal handler return type.
 #ifndef RETSIGTYPE
@@ -103,12 +104,6 @@
 
 // extern void ignore_sigchld (void);
 
-// This is taken directly from Emacs 19:
-
-#ifndef SYS_SIGLIST_DECLARED
-extern char *sys_siglist[];
-#endif
-
 // Maybe this should be in a separate file?
 
 class