diff options
author | Takashi Kokubun <[email protected]> | 2023-03-06 21:56:40 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-03-06 21:59:23 -0800 |
commit | 50a709fb9e07f523c8a0649d3039161b77f300ad (patch) | |
tree | 5468f7936a980459ffc4fe6351a2993f00fb02e0 /hash.c | |
parent | 233ddfac541749a0da80ea27913dc1ef4ea700bb (diff) |
Resurrect symbols used by ObjectSpace
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7459
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1607,7 +1607,7 @@ rb_hash_modify_check(VALUE hash) rb_check_frozen(hash); } -struct st_table * +RUBY_FUNC_EXPORTED struct st_table * rb_hash_tbl_raw(VALUE hash, const char *file, int line) { return ar_force_convert_table(hash, file, line); |