summaryrefslogtreecommitdiff
path: root/include/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby')
-rw-r--r--include/ruby/vm.h (renamed from include/ruby/mvm.h)6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/ruby/mvm.h b/include/ruby/vm.h
index 24b8cb3fb4..cac13b51cb 100644
--- a/include/ruby/mvm.h
+++ b/include/ruby/vm.h
@@ -1,6 +1,6 @@
/**********************************************************************
- ruby/mvm.h -
+ ruby/vm.h -
$Author$
created at: Sat May 31 15:17:36 2008
@@ -13,9 +13,5 @@
#define RUBY_MVM_H 1
typedef struct rb_vm_struct rb_vm_t;
-typedef struct rb_thread_struct rb_thread_t;
-
-VALUE *ruby_vm_verbose_ptr(rb_vm_t *);
-VALUE *ruby_vm_debug_ptr(rb_vm_t *);
#endif /* RUBY_MVM_H */