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 2b67ca40dc..cfc0f07ce3 100644
--- a/internal/gc.h
+++ b/internal/gc.h
@@ -190,7 +190,7 @@ struct rb_objspace; /* in vm_core.h */
// We use SIZE_POOL_COUNT number of shape IDs for transitions out of different size pools
// The next available shape ID will be the SPECIAL_CONST_SHAPE_ID
#ifndef SIZE_POOL_COUNT
-# if USE_RVARGC && (SIZEOF_UINT64_T == SIZEOF_VALUE)
+# if (SIZEOF_UINT64_T == SIZEOF_VALUE)
# define SIZE_POOL_COUNT 5
# else
# define SIZE_POOL_COUNT 1