summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authormichal <michal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-23 12:59:01 +0000
committermichal <michal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-23 12:59:01 +0000
commit194902e1931ad02637083c6fb6bdae86d7fa166d (patch)
tree5c8dd47eb8eb064bec05295a181ac0400fc1ab2a /main.c
parent22ecf83543bbe8a8c96cc98152d1d1194fe5b9ae (diff)
downloadruby-194902e1931ad02637083c6fb6bdae86d7fa166d.tar.gz
ruby-194902e1931ad02637083c6fb6bdae86d7fa166d.tar.xz
ruby-194902e1931ad02637083c6fb6bdae86d7fa166d.zip
Fix indentation in time.c
Move stack-len info from main.c to gc.c git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'main.c')
-rw-r--r--main.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/main.c b/main.c
index aa264e850..cffbe2512 100644
--- a/main.c
+++ b/main.c
@@ -12,18 +12,6 @@
#include "ruby.h"
-#ifdef DJGPP
-unsigned int _stklen = 0x180000;
-#endif
-
-#ifdef __human68k__
-int _stacksize = 262144;
-#endif
-
-#if defined __MINGW32__
-int _CRT_glob = 0;
-#endif
-
#if defined(__MACOS__) && defined(__MWERKS__)
#include <console.h>
#endif