summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-28 03:38:52 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-28 03:38:52 +0000
commit2d0c17d4fbc910c2f24c6ed30b2d43b5c2c29a0c (patch)
tree929d1b6684e36d1ebb8c74d7916cb1936c2e04ed /gc.c
parent2d6a401ecf966a2b6bfdb06c3bb1d60ccb6eecf8 (diff)
* 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
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 490dd30cdf..b01c57d433 100644
--- a/gc.c
+++ b/gc.c
@@ -89,7 +89,7 @@ typedef struct {
#endif
} ruby_gc_params_t;
-ruby_gc_params_t initial_params = {
+static ruby_gc_params_t initial_params = {
GC_MALLOC_LIMIT,
HEAP_MIN_SLOTS,
FREE_MIN,