aboutsummaryrefslogtreecommitdiffstats
path: root/ext/sdbm/sdbm.h
diff options
context:
space:
mode:
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) ()