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,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
|
||||
|
|
|
@ -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…
Reference in a new issue