diff options
Diffstat (limited to 'zjit/bindgen/src/main.rs')
| -rw-r--r-- | zjit/bindgen/src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zjit/bindgen/src/main.rs b/zjit/bindgen/src/main.rs index 573eb37a72..2cde74facd 100644 --- a/zjit/bindgen/src/main.rs +++ b/zjit/bindgen/src/main.rs @@ -123,6 +123,7 @@ fn main() { .allowlist_function("rb_hash_aset") .allowlist_function("rb_hash_aref") .allowlist_function("rb_hash_bulk_insert") + .allowlist_function("rb_hash_new_with_bulk_insert") .allowlist_function("rb_hash_stlike_lookup") .allowlist_function("rb_ary_new_capa") .allowlist_function("rb_ary_store") @@ -215,6 +216,7 @@ fn main() { .allowlist_function("rb_reg_match_last") .allowlist_function("rb_reg_nth_match") .allowlist_function("rb_reg_new_ary") + .allowlist_function("rb_reg_new_from_values") .allowlist_var("ARG_ENCODING_FIXED") .allowlist_var("ARG_ENCODING_NONE") .allowlist_var("ONIG_OPTION_IGNORECASE") |
