* include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t and

rb_thread_t from vm_core.h.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-05-31 06:17:45 +00:00
parent 7981720812
commit 1a192e2b29
5 changed files with 48 additions and 6 deletions

3
main.c
View file

@ -10,7 +10,7 @@
**********************************************************************/
#undef RUBY_EXPORT
#include "ruby/ruby.h"
#include "ruby.h"
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
@ -21,7 +21,6 @@ int
main(int argc, char **argv, char **envp)
{
#ifdef RUBY_DEBUG_ENV
extern void ruby_set_debug_option(const char *);
ruby_set_debug_option(getenv("RUBY_DEBUG"));
#endif
#ifdef HAVE_LOCALE_H