aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/vm_core.h b/vm_core.h
index 5975a72c1b..27af51dd57 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -35,11 +35,7 @@
#include <signal.h>
#ifndef NSIG
-# if defined MACOS_UNUSE_SIGNAL
-# define NSIG 1
-# else
-# define NSIG (_SIGMAX + 1) /* For QNX */
-# endif
+# define NSIG (_SIGMAX + 1) /* For QNX */
#endif
#define RUBY_NSIG NSIG