aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-21 05:37:11 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-21 05:37:11 +0000
commitd3df725f9efeb0e6c121f9a1316abaa90956f1b8 (patch)
treea2c8429a7afdde90c6a63f45c8f537b129c8f485 /internal.h
parentd9c17c1a877349b193a0718d91bf9d5f05d3b853 (diff)
downloadruby-d3df725f9efeb0e6c121f9a1316abaa90956f1b8.tar.gz
Make rb_hash_bulk_insert public
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal.h b/internal.h
index 17bd7f1fe9..b43ed312b0 100644
--- a/internal.h
+++ b/internal.h
@@ -1567,7 +1567,6 @@ VALUE rb_hash_rehash(VALUE hash);
VALUE rb_hash_resurrect(VALUE hash);
int rb_hash_add_new_element(VALUE hash, VALUE key, VALUE val);
VALUE rb_hash_set_pair(VALUE hash, VALUE pair);
-void rb_hash_bulk_insert(long, const VALUE *, VALUE);
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);