diff options
author | Koichi Sasada <[email protected]> | 2019-11-29 03:22:24 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2019-11-29 03:22:24 +0900 |
commit | f38b6d197f84ba8890daf4d708c0d17c1d339700 (patch) | |
tree | f589e31b414b287946616d6e949d83f9f863d754 /variable.c | |
parent | e4e41840ad378ccd3144fe84ffd3aa55f6610ca5 (diff) |
Revert "export for MJIT"
This reverts commit 2e6f1cf8b264f4c8499c4e5f18bf662fdade04ff.
Diffstat (limited to 'variable.c')
-rw-r--r-- | variable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c index 9919e48480..d6e2f2a601 100644 --- a/variable.c +++ b/variable.c @@ -799,7 +799,7 @@ gen_ivtbl_get(VALUE obj, struct gen_ivtbl **ivtbl) return 0; } -MJIT_FUNC_EXPORTED struct st_table * +struct st_table * rb_ivar_generic_ivtbl(void) { return generic_iv_tbl; |