mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
1a192e2b29
rb_thread_t from vm_core.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
21 lines
430 B
C
21 lines
430 B
C
/**********************************************************************
|
|
|
|
ruby/mvm.h -
|
|
|
|
$Author$
|
|
created at: Sun 10 12:06:15 Jun JST 2007
|
|
|
|
Copyright (C) 2007-2008 Yukihiro Matsumoto
|
|
|
|
**********************************************************************/
|
|
|
|
#ifndef RUBY_H
|
|
#define RUBY_H 1
|
|
|
|
#include <ruby/ruby.h>
|
|
#if RUBY_VM
|
|
#include <ruby/mvm.h>
|
|
#endif
|
|
|
|
extern void ruby_set_debug_option(const char *);
|
|
#endif /* RUBY_H */
|