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
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Nov 1 00:36:48 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
|
* main.c (_stklen): move to gc.c.
|
||||||
|
|
||||||
Sun Oct 31 00:22:28 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Sun Oct 31 00:22:28 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* string.c (rb_str_locktmp): lock string temporarily.
|
* string.c (rb_str_locktmp): lock string temporarily.
|
||||||
|
|
4
main.c
4
main.c
|
@ -12,10 +12,6 @@
|
||||||
|
|
||||||
#include "ruby.h"
|
#include "ruby.h"
|
||||||
|
|
||||||
#ifdef DJGPP
|
|
||||||
unsigned int _stklen = 0x180000;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __human68k__
|
#ifdef __human68k__
|
||||||
int _stacksize = 262144;
|
int _stacksize = 262144;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue