mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Another fix for str2sig.h
This commit is contained in:
parent
91e7b47d6c
commit
df57e44a08
1 changed files with 2 additions and 2 deletions
|
|
@ -32,10 +32,10 @@
|
||||||
# define SIG2STR_MAX (5 + 1 + 10 + 1 + 2)
|
# define SIG2STR_MAX (5 + 1 + 10 + 1 + 2)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_SIG2STR
|
#ifdef __MINGW32__
|
||||||
int sig2str (int, char *);
|
int sig2str (int, char *);
|
||||||
#endif
|
#endif
|
||||||
#ifndef HAVE_STR2SIG
|
#ifdef __MINGW32__
|
||||||
int str2sig (char const *, int *);
|
int str2sig (char const *, int *);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue