summaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/vm_core.h b/vm_core.h
index a071f83ca..5975a72c1 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -35,9 +35,7 @@
#include <signal.h>
#ifndef NSIG
-# ifdef DJGPP
-# define NSIG SIGMAX
-# elif defined MACOS_UNUSE_SIGNAL
+# if defined MACOS_UNUSE_SIGNAL
# define NSIG 1
# else
# define NSIG (_SIGMAX + 1) /* For QNX */