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:
parent
8f5e575dc8
commit
03af5a56f8
2 changed files with 4 additions and 4 deletions
4
main.c
4
main.c
|
@ -12,10 +12,6 @@
|
|||
|
||||
#include "ruby.h"
|
||||
|
||||
#ifdef DJGPP
|
||||
unsigned int _stklen = 0x180000;
|
||||
#endif
|
||||
|
||||
#ifdef __human68k__
|
||||
int _stacksize = 262144;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue