diff options
Diffstat (limited to 'yjit/bindgen/src')
-rw-r--r-- | yjit/bindgen/src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs index 98d9161866..229b02bdcd 100644 --- a/yjit/bindgen/src/main.rs +++ b/yjit/bindgen/src/main.rs @@ -227,6 +227,9 @@ fn main() { // From include/ruby/internal/value_type.h .allowlist_type("ruby_value_type") // really old C extension API + // From include/ruby/internal/hash.h + .allowlist_type("ruby_rhash_flags") // really old C extension API + // Autogenerated into id.h .allowlist_type("ruby_method_ids") |