mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ruby.h: fix comment and rename macro HAVE_RUBY_MVM_H to
HAVE_RUBY_VM_H. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7f7834abf7
commit
abf97237c4
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue