1
0
Fork 0
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:
Alan Wu 2020-10-19 10:27:16 -04:00
parent d9ab1e9563
commit 12ba0c0815

View file

@ -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