aboutsummaryrefslogtreecommitdiffstats
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
commitcdf40ecbd88c9ef9f758d3bd6376668f2e4722b3 (patch)
tree5c8dd47eb8eb064bec05295a181ac0400fc1ab2a /main.c
parent5199bf7529853c496f300502f42ae87904afdf7e (diff)
downloadruby-cdf40ecbd88c9ef9f758d3bd6376668f2e4722b3.tar.gz
Fix indentation in time.c
Move stack-len info from main.c to gc.c git-svn-id: svn+ssh://ci.ruby-lang.org/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 aa264e8507..cffbe25120 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