mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Set symbol export for rb_hash_stlike_foreach
This fixes MJIT after rb_hash_stlike_foreach used vm_args.c.
This commit is contained in:
parent
896e42d93f
commit
afae8555da
Notes:
git
2019-08-31 04:40:15 +09:00
1 changed files with 2 additions and 0 deletions
|
@ -1661,7 +1661,9 @@ VALUE rb_hash_set_pair(VALUE hash, VALUE pair);
|
|||
|
||||
int rb_hash_stlike_lookup(VALUE hash, st_data_t key, st_data_t *pval);
|
||||
int rb_hash_stlike_delete(VALUE hash, st_data_t *pkey, st_data_t *pval);
|
||||
RUBY_SYMBOL_EXPORT_BEGIN
|
||||
int rb_hash_stlike_foreach(VALUE hash, st_foreach_callback_func *func, st_data_t arg);
|
||||
RUBY_SYMBOL_EXPORT_END
|
||||
int rb_hash_stlike_foreach_with_replace(VALUE hash, st_foreach_check_callback_func *func, st_update_callback_func *replace, st_data_t arg);
|
||||
int rb_hash_stlike_update(VALUE hash, st_data_t key, st_update_callback_func func, st_data_t arg);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue