mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Declare extern with RUBY_EXTERN for MJIT
This commit is contained in:
parent
d9ab1e9563
commit
12ba0c0815
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ typedef struct rb_iseq_struct rb_iseq_t;
|
|||
#endif
|
||||
|
||||
RUBY_SYMBOL_EXPORT_BEGIN
|
||||
extern bool rb_ujit_enabled;
|
||||
RUBY_EXTERN bool rb_ujit_enabled;
|
||||
RUBY_SYMBOL_EXPORT_END
|
||||
|
||||
static inline
|
||||
|
|
Loading…
Reference in a new issue