mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* thread.c (is_ruby_native_thread): made an int function as
well as version 1.8. * include/ruby/ruby.h (is_ruby_native_thread): moved prototype from intern.h as well as version 1.8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f1622c195d
commit
fb00d61acf
5 changed files with 13 additions and 5 deletions
|
@ -868,6 +868,7 @@ static char *dln_libs_to_be_linked[] = { EXTLIB, 0 };
|
|||
|
||||
#define RUBY_VM 1 /* YARV */
|
||||
#define HAVE_NATIVETHREAD
|
||||
int is_ruby_native_thread(void);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue