mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* 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:
parent
7981720812
commit
1a192e2b29
5 changed files with 48 additions and 6 deletions
3
main.c
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue