summaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm.c b/vm.c
index 7c859110f..0194ea675 100644
--- a/vm.c
+++ b/vm.c
@@ -1728,7 +1728,9 @@ Init_VM(void)
vm_init_redefined_flag();
}
+#if defined(ENABLE_VM_OBJSPACE) && ENABLE_VM_OBJSPACE
struct rb_objspace *rb_objspace_alloc(void);
+#endif
void
Init_BareVM(void)