summaryrefslogtreecommitdiff
path: root/internal/hash.h
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-03-06 21:34:31 -0800
committerTakashi Kokubun <[email protected]>2023-03-06 21:59:23 -0800
commit233ddfac541749a0da80ea27913dc1ef4ea700bb ()
treed0b0d5939225ed1ebbb03c1dbeae7f0d3548092b /internal/hash.h
parent31f4b2d86bfbc753cec9be376719acc4b120e944 (diff)
Stop exporting symbols for MJIT
Notes: Merged: https://.com/ruby/ruby/pull/7459
-rw-r--r--internal/hash.h2
1 files changed, 0 insertions, 2 deletions
@@ -107,7 +107,6 @@ VALUE rb_ident_hash_new(void);
int rb_hash_stlike_foreach(VALUE hash, st_foreach_callback_func *func, st_data_t arg);
RUBY_SYMBOL_EXPORT_END
-MJIT_SYMBOL_EXPORT_BEGIN
VALUE rb_hash_new_with_size(st_index_t size);
VALUE rb_hash_resurrect(VALUE hash);
int rb_hash_stlike_lookup(VALUE hash, st_data_t key, st_data_t *pval);
@@ -117,7 +116,6 @@ VALUE rb_hash_compare_by_id_p(VALUE hash);
st_table *rb_hash_tbl_raw(VALUE hash, const char *file, int line);
#define RHASH_TBL_RAW(h) rb_hash_tbl_raw(h, __FILE__, __LINE__)
-MJIT_SYMBOL_EXPORT_END
VALUE rb_hash_compare_by_id(VALUE hash);