summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2023-02-16 13:20:03 +0000
committerAaron Patterson <aaron.patterson@gmail.com>2023-02-27 10:11:56 -0800
commitae5e62ee9070057767d7ae7d4494dd9e1c7fc70e (patch)
tree936ac7598c952fd32e2965b530db9948655fad48 /yjit/bindgen
parent2f7270c68150d9f49b48c8ff995f4f343d216cee (diff)
downloadruby-ae5e62ee9070057767d7ae7d4494dd9e1c7fc70e.tar.gz
Merge internal/intern/gc.h into internal/gc.h
Diffstat (limited to 'yjit/bindgen')
-rw-r--r--yjit/bindgen/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs
index 74280e4362..d0551aedb7 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -147,7 +147,7 @@ fn main() {
// From include/ruby/internal/core/rclass.h
.allowlist_function("rb_class_get_superclass")
- // From include/ruby/internal/intern/gc.h
+ // From include/ruby/internal/gc.h
.allowlist_function("rb_gc_mark")
.allowlist_function("rb_gc_mark_movable")
.allowlist_function("rb_gc_location")