aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-07 07:50:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-09-07 07:50:11 +0000
commit54a2e6029a69473ca3a9f84fb4f77fb02ca5a147 (patch)
tree760e5a3a57ea50255e5fbdc40585f346108d674f /vm.c
parentd6dc86a1fbf3f6c2aac060bcc12105c56800cf86 (diff)
downloadruby-54a2e6029a69473ca3a9f84fb4f77fb02ca5a147.tar.gz
vm_core.h: objspace always
* vm_core.h (rb_vm_struct): define objspace always regardless ENABLE_VM_OBJSPACE. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vm.c b/vm.c
index 37eee294cc..951165694a 100644
--- a/vm.c
+++ b/vm.c
@@ -2784,10 +2784,6 @@ rb_vm_set_progname(VALUE filename)
RB_OBJ_WRITE(cfp->iseq, &cfp->iseq->body->location.path, filename);
}
-#if defined(ENABLE_VM_OBJSPACE) && ENABLE_VM_OBJSPACE
-struct rb_objspace *rb_objspace_alloc(void);
-#endif
-
extern const struct st_hash_type rb_fstring_hash_type;
void