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 --- include/ruby.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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