comparison src/siglist.h @ 5844:034cdbd34c0a

[project @ 2006-06-07 15:38:58 by jwe]
author jwe
date Wed, 07 Jun 2006 15:38:58 +0000
parents 4c8a2e4e0717
children 93c65f2a5668
comparison
equal deleted inserted replaced
5843:393100dce990 5844:034cdbd34c0a
27 #ifdef __cplusplus 27 #ifdef __cplusplus
28 extern "C" 28 extern "C"
29 { 29 {
30 #endif 30 #endif
31 31
32 /* This is taken directly from Emacs 19: */ 32 /* This is borrowed from Emacs. */
33 33
34 #ifndef SYS_SIGLIST_DECLARED 34 #if ! defined (HAVE_DECL_SYS_SIGLIST)
35 extern char *sys_siglist[]; 35 extern char *sys_siglist[];
36 #endif
37
38 extern void init_signals (void);
39
40 #if ! defined (HAVE_STRSIGNAL)
41 extern char *strsignal (int);
36 #endif 42 #endif
37 43
38 #ifdef __cplusplus 44 #ifdef __cplusplus
39 } 45 }
40 #endif 46 #endif