aboutsummaryrefslogtreecommitdiffstats
path: root/ext/sdbm/sdbm.h
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-04 13:33:22 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-04 13:33:22 +0000
commitae7ea3332b07c83ee050c88cd902070689fd582f (patch)
tree2fbb8acf1956241840fa109273e1226f4bb2ea36 /ext/sdbm/sdbm.h
parent8dd118c0db80af4ff213265a2b2b475c73bb440a (diff)
downloadruby-ae7ea3332b07c83ee050c88cd902070689fd582f.tar.gz
* dln.c: Ruby no longer supports MS-DOS.
* ext/sdbm/_sdbm.c: ditto. * ext/sdbm/sdbm.h: ditto. * gc.c: ditto. * hash.c: ditto. * include/ruby/defines.h: ditto. * include/ruby/util.h: ditto. * io.c: ditto. * process.c: ditto. * ruby.c: ditto. * strftime.c: ditto. * util.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/sdbm/sdbm.h')
-rw-r--r--ext/sdbm/sdbm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sdbm/sdbm.h b/ext/sdbm/sdbm.h
index ce8f54c4d4..0c7ed1ba9b 100644
--- a/ext/sdbm/sdbm.h
+++ b/ext/sdbm/sdbm.h
@@ -52,7 +52,7 @@ typedef struct {
extern datum nullitem;
-#if defined(__STDC__) || defined(MSDOS)
+#if defined(__STDC__)
#define proto(p) p
#else
#define proto(p) ()