aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-31 06:17:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-31 06:17:45 +0000
commit1a192e2b29e9a7fa91632f1fbbffefb3ecdd1b63 (patch)
tree43b394fdba488a790c9a7ad7f0016ff6ffd69a2b /main.c
parent7981720812b73175c27a90d1d653c5e127e439ff (diff)
downloadruby-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.c3
1 files changed, 1 insertions, 2 deletions
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 <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