Stop exporting symbols for MJIT

This commit is contained in:
Takashi Kokubun 2023-03-06 21:34:31 -08:00
parent 31f4b2d86b
commit 233ddfac54
Notes: git 2023-03-07 05:59:44 +00:00
49 changed files with 116 additions and 193 deletions

View file

@ -40,9 +40,7 @@ enum ruby_basic_operators {
BOP_LAST_
};
MJIT_SYMBOL_EXPORT_BEGIN
RUBY_EXTERN short ruby_vm_redefined_flag[BOP_LAST_];
MJIT_SYMBOL_EXPORT_END
/* optimize insn */
#define INTEGER_REDEFINED_OP_FLAG (1 << 0)