OSDN Git Service

ruby-1.9.1-rc1
[splhack/AndroidRuby.git] / lib / ruby-1.9.1-rc1 / include / ruby / vm.h
1 /**********************************************************************
2
3   ruby/vm.h -
4
5   $Author: ko1 $
6   created at: Sat May 31 15:17:36 2008
7
8   Copyright (C) 2008 Yukihiro Matsumoto
9
10 **********************************************************************/
11
12 #ifndef RUBY_VM_H
13 #define RUBY_VM_H 1
14
15 /* Place holder.
16  *
17  * We will prepare VM creation/control APIs on 1.9.2 or later.
18  * If you have an interest about it, please see mvm branch.
19  * http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/mvm/
20  */
21
22 #endif /* RUBY_VM_H */