/********************************************************************** ruby/vm.h - $Author$ created at: Sat May 31 15:17:36 2008 Copyright (C) 2008 Yukihiro Matsumoto **********************************************************************/ #ifndef RUBY_VM_H #define RUBY_VM_H 1 /* 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_VM_H */