summaryrefslogtreecommitdiff
path: root/include/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby.h')
-rw-r--r--include/ruby.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/ruby.h b/include/ruby.h
index b1fb46c897..cbe5aaa3bf 100644
--- a/include/ruby.h
+++ b/include/ruby.h
@@ -1 +1,21 @@
+/**********************************************************************
+
+ ruby/mvm.h -
+
+ $Author$
+ created at: Sun 10 12:06:15 Jun JST 2007
+
+ Copyright (C) 2007-2008 Yukihiro Matsumoto
+
+**********************************************************************/
+
+#ifndef RUBY_H
+#define RUBY_H 1
+
#include <ruby/ruby.h>
+#if RUBY_VM
+#include <ruby/mvm.h>
+#endif
+
+extern void ruby_set_debug_option(const char *);
+#endif /* RUBY_H */