diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-31 16:06:57 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-31 16:06:57 +0000 |
| commit | a9219324acf68dbf7846fd29fdd334b48fd15d93 (patch) | |
| tree | bd4373c44a4232ea16f67513f3d45ec3e4d0e59a | |
| parent | 3bfece8338b19f72fe512291e016783c6696e56e (diff) | |
| download | ruby-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
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | main.c | 4 |
2 files changed, 4 insertions, 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> * string.c (rb_str_locktmp): lock string temporarily. @@ -12,10 +12,6 @@ #include "ruby.h" -#ifdef DJGPP -unsigned int _stklen = 0x180000; -#endif - #ifdef __human68k__ int _stacksize = 262144; #endif |
