From ae7ea3332b07c83ee050c88cd902070689fd582f Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 4 Oct 2008 13:33:22 +0000 Subject: * 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 --- gc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gc.c') diff --git a/gc.c b/gc.c index ebfee1180f..bbbac05320 100644 --- a/gc.c +++ b/gc.c @@ -75,12 +75,8 @@ void *alloca (); #endif /* __GNUC__ */ #ifndef GC_MALLOC_LIMIT -#if defined(MSDOS) -#define GC_MALLOC_LIMIT 200000 -#else #define GC_MALLOC_LIMIT 8000000 #endif -#endif #define nomem_error GET_VM()->special_exceptions[ruby_error_nomemory] -- cgit v1.2.3