diff options
author | Peter Zhu <[email protected]> | 2024-02-22 16:02:10 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-02-23 10:24:21 -0500 |
commit | df5b8ea4dbcc9a84969c4b941ffd0a5f468fd0fa (patch) | |
tree | 916957fa57658e91b51fc8aa9eda938e64843395 /hash.c | |
parent | 386a00663092fc5eff0770dcb4b4ce5d6797dd74 (diff) |
Remove unneeded RUBY_FUNC_EXPORTED
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1600,7 +1600,7 @@ rb_hash_modify_check(VALUE hash) rb_check_frozen(hash); } -RUBY_FUNC_EXPORTED struct st_table * +struct st_table * rb_hash_tbl_raw(VALUE hash, const char *file, int line) { return ar_force_convert_table(hash, file, line); |