summaryrefslogtreecommitdiff
path: root/internal/class.h
diff options
context:
space:
mode:
-rw-r--r--internal/class.h2
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ struct RClass {
struct RBasic basic;
VALUE super;
struct rb_id_table *m_tbl;
-#if SIZE_POOL_COUNT == 1
struct rb_classext_struct *ptr;
#endif
};