summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-31 16:06:57 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-31 16:06:57 +0000
commita9219324acf68dbf7846fd29fdd334b48fd15d93 (patch)
treebd4373c44a4232ea16f67513f3d45ec3e4d0e59a /main.c
parent3bfece8338b19f72fe512291e016783c6696e56e (diff)
downloadruby-a9219324acf68dbf7846fd29fdd334b48fd15d93.tar.gz
ruby-a9219324acf68dbf7846fd29fdd334b48fd15d93.tar.xz
ruby-a9219324acf68dbf7846fd29fdd334b48fd15d93.zip
* main.c (_stklen): move to gc.c.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.c b/main.c
index aa264e850..9fe389cfe 100644
--- a/main.c
+++ b/main.c
@@ -12,10 +12,6 @@
#include "ruby.h"
-#ifdef DJGPP
-unsigned int _stklen = 0x180000;
-#endif
-
#ifdef __human68k__
int _stacksize = 262144;
#endif