aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby.h4
-rw-r--r--include/ruby/vm.h (renamed from include/ruby/mvm.h)6
2 files changed, 1 insertions, 9 deletions
diff --git a/include/ruby.h b/include/ruby.h
index 2cb3fbf9f7..9fe6eb3c7f 100644
--- a/include/ruby.h
+++ b/include/ruby.h
@@ -31,9 +31,5 @@
#endif
#include "ruby/ruby.h"
-#if RUBY_VM
-#include "ruby/mvm.h"
-#endif
-extern void ruby_set_debug_option(const char *);
#endif /* RUBY_H */
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 */