summaryrefslogtreecommitdiff
path: root/lisp/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/private.h')
-rw-r--r--lisp/private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/private.h b/lisp/private.h
index ef44ab2..2e5b634 100644
--- a/lisp/private.h
+++ b/lisp/private.h
@@ -388,13 +388,8 @@ struct _LispMac {
#endif
LispObj *prolist; /* protect objects list */
-#ifdef SIGNALRETURNSINT
- int (*sigint)(int);
- int (*sigfpe)(int);
-#else
void (*sigint)(int);
void (*sigfpe)(int);
-#endif
int destroyed; /* reached LispDestroy, used by unwind-protect */
int running; /* there is somewhere to siglongjmp */