summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
Diffstat (limited to 'yjit/bindgen')
-rw-r--r--yjit/bindgen/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs
index 7bdfdade77..f7ebb88577 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -66,6 +66,9 @@ fn main() {
// From include/ruby/internal/config.h
.allowlist_var("USE_RVARGC")
+ // From include/ruby/internal/special_consts.h
+ .allowlist_type("ruby_special_consts")
+
// From include/ruby/internal/intern/string.h
.allowlist_function("rb_utf8_str_new")
.allowlist_function("rb_str_buf_append")