aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--include/ruby.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a83ad0e1e..dff1da3a37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 23 16:55:11 2008 Koichi Sasada <ko1@atdot.net>
+
+ * ruby.h: fix comment and rename macro HAVE_RUBY_MVM_H to
+ HAVE_RUBY_VM_H.
+
Tue Sep 23 16:41:31 2008 Koichi Sasada <ko1@atdot.net>
* include/ruby/node.h, vm_core.h: move definition of
diff --git a/include/ruby.h b/include/ruby.h
index 9fe6eb3c7f..7235064448 100644
--- a/include/ruby.h
+++ b/include/ruby.h
@@ -1,6 +1,6 @@
/**********************************************************************
- ruby/mvm.h -
+ ruby.h -
$Author$
created at: Sun 10 12:06:15 Jun JST 2007
@@ -17,7 +17,7 @@
#define HAVE_RUBY_INTERN_H 1
#define HAVE_RUBY_IO_H 1
#define HAVE_RUBY_MISSING_H 1
-#define HAVE_RUBY_MVM_H 1
+#define HAVE_RUBY_VM_H 1
#define HAVE_RUBY_NODE_H 1
#define HAVE_RUBY_ONIGURUMA_H 1
#define HAVE_RUBY_RE_H 1