mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* gc.c (initial_params): static. it seems to be forgetten at r33501.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2d6a401ecf
commit
2d0c17d4fb
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Nov 28 12:37:54 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* gc.c (initial_params): static. it seems to be forgetten at r33501.
|
||||||
|
|
||||||
Mon Nov 28 12:32:24 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
Mon Nov 28 12:32:24 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): remove
|
* include/ruby/win32.h, win32/win32.c (GetCurrentThreadHandle): remove
|
||||||
|
|
2
gc.c
2
gc.c
|
@ -89,7 +89,7 @@ typedef struct {
|
||||||
#endif
|
#endif
|
||||||
} ruby_gc_params_t;
|
} ruby_gc_params_t;
|
||||||
|
|
||||||
ruby_gc_params_t initial_params = {
|
static ruby_gc_params_t initial_params = {
|
||||||
GC_MALLOC_LIMIT,
|
GC_MALLOC_LIMIT,
|
||||||
HEAP_MIN_SLOTS,
|
HEAP_MIN_SLOTS,
|
||||||
FREE_MIN,
|
FREE_MIN,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue