summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 07:56:04 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-23 07:56:04 +0000
commitcc4a087899680e6b7bc2805aea990e72ed9dc644 (patch)
treed9b240e36f755ee62121b8bf0c8d85ff3e50cd06 /include
parent619d86d0be63a32379200b64a56809745fb7e236 (diff)
downloadruby-cc4a087899680e6b7bc2805aea990e72ed9dc644.tar.gz
ruby-cc4a087899680e6b7bc2805aea990e72ed9dc644.tar.xz
ruby-cc4a087899680e6b7bc2805aea990e72ed9dc644.zip
* 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
Diffstat (limited to 'include')
-rw-r--r--include/ruby.h4
1 files changed, 2 insertions, 2 deletions
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