1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* include/ruby/vm.h: write a comment.

* common.mk: remove vm.h from any rules.
  vm.h is not needed on this version.
* vm_core.h: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2008-10-21 20:59:23 +00:00
parent bf52a3c0c4
commit 34d1e9bb25
4 changed files with 21 additions and 9 deletions

View file

@ -9,9 +9,14 @@
**********************************************************************/
#ifndef RUBY_MVM_H
#define RUBY_MVM_H 1
#ifndef RUBY_VM_H
#define RUBY_VM_H 1
typedef struct rb_vm_struct rb_vm_t;
/* Place holder.
*
* We will prepare VM creation/control APIs on 1.9.2 or later.
* If you have an interest about it, please see mvm branch.
* http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/mvm/
*/
#endif /* RUBY_MVM_H */
#endif /* RUBY_VM_H */