1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* main.c (_stklen): move to gc.c.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2004-10-31 16:06:57 +00:00
parent 8f5e575dc8
commit 03af5a56f8
2 changed files with 4 additions and 4 deletions

4
main.c
View file

@ -12,10 +12,6 @@
#include "ruby.h"
#ifdef DJGPP
unsigned int _stklen = 0x180000;
#endif
#ifdef __human68k__
int _stacksize = 262144;
#endif