summaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-04 13:25:12 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-04 13:25:12 +0000
commit63e9859dade6d680565149fd02eff3fdcb048334 (patch)
tree83cd1cc8cdcc62c283efc0068909d5bc84c50012 /vm_core.h
parent3c96c8722083ec93c5be7f804e96722fcd618baf (diff)
downloadruby-63e9859dade6d680565149fd02eff3fdcb048334.tar.gz
ruby-63e9859dade6d680565149fd02eff3fdcb048334.tar.xz
ruby-63e9859dade6d680565149fd02eff3fdcb048334.zip
* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.
* djgpp/README.djgpp: ditto. * djgpp/config.hin: ditto. * djgpp/config.sed: ditto. * djgpp/configure.bat: ditto. * djgpp/mkver.sed: ditto. * ext/Setup.dj: ditto. * dln.c: removed djgpp supports. * file.c: ditto. * gc.c: ditto. * io.c: ditto. * process.c: ditto. * ruby.c: ditto. * signal.c: ditto. * util.c: ditto. * vm_core.h: ditto. * lib/fileutils.rb: ditto. * lib/mkmf.rb: ditto. * ext/socket/socket.c: ditto. * test/fileutils/test_fileutils.rb: ditto. * test/ruby/test_env.rb: ditto. * test/ruby/test_path.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 */