diff options
author | Matt Valentine-House <[email protected]> | 2023-02-16 13:20:03 +0000 |
---|---|---|
committer | Aaron Patterson <[email protected]> | 2023-02-27 10:11:56 -0800 |
commit | ae5e62ee9070057767d7ae7d4494dd9e1c7fc70e (patch) | |
tree | 936ac7598c952fd32e2965b530db9948655fad48 /yjit/bindgen | |
parent | 2f7270c68150d9f49b48c8ff995f4f343d216cee (diff) |
Merge internal/intern/gc.h into internal/gc.h
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7330
Diffstat (limited to 'yjit/bindgen')
-rw-r--r-- | yjit/bindgen/src/main.rs | 2 |
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") |