diff options
Diffstat (limited to 'nt/inc/ms-w32.h')
-rw-r--r-- | nt/inc/ms-w32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index 22255843f13..107ab6e788b 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h @@ -203,6 +203,9 @@ struct sigaction { #define kill sys_kill #define signal sys_signal +/* Internal signals. */ +#define emacs_raise(sig) emacs_abort() + /* termcap.c calls that are emulated. */ #define tputs sys_tputs #define tgetstr sys_tgetstr |