From 1a192e2b29e9a7fa91632f1fbbffefb3ecdd1b63 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 31 May 2008 06:17:45 +0000 Subject: * 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 --- main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 455c181d16..c2120d257c 100644 --- a/main.c +++ b/main.c @@ -10,7 +10,7 @@ **********************************************************************/ #undef RUBY_EXPORT -#include "ruby/ruby.h" +#include "ruby.h" #ifdef HAVE_LOCALE_H #include #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 -- cgit v1.2.3