diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-31 06:17:45 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-31 06:17:45 +0000 |
commit | 1a192e2b29e9a7fa91632f1fbbffefb3ecdd1b63 (patch) | |
tree | 43b394fdba488a790c9a7ad7f0016ff6ffd69a2b /main.c | |
parent | 7981720812b73175c27a90d1d653c5e127e439ff (diff) | |
download | ruby-1a192e2b29e9a7fa91632f1fbbffefb3ecdd1b63.tar.gz |
* 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
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |