summaryrefslogtreecommitdiff
path: root/internal/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gc.h')
-rw-r--r--internal/gc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gc.h b/internal/gc.h
index 3346089754..84b7f9fa3e 100644
--- a/internal/gc.h
+++ b/internal/gc.h
@@ -68,7 +68,7 @@ struct rb_objspace; /* in vm_core.h */
(VALUE)(b), __FILE__, __LINE__)
#if USE_RVARGC
-# define SIZE_POOL_COUNT 4
+# define SIZE_POOL_COUNT 5
#else
# define SIZE_POOL_COUNT 1
#endif