From cc4a087899680e6b7bc2805aea990e72ed9dc644 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 23 Sep 2008 07:56:04 +0000 Subject: * ruby.h: fix comment and rename macro HAVE_RUBY_MVM_H to HAVE_RUBY_VM_H. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ include/ruby.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a83ad0e1..dff1da3a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 23 16:55:11 2008 Koichi Sasada + + * 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 * include/ruby/node.h, vm_core.h: move definition of diff --git a/include/ruby.h b/include/ruby.h index 9fe6eb3c7..723506444 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 -- cgit