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 () | |
tree | 936ac7598c952fd32e2965b530db9948655fad48 /yjit/bindgen/src/main.rs | |
parent | 2f7270c68150d9f49b48c8ff995f4f343d216cee (diff) |
Merge internal/intern/gc.h into internal/gc.h
Notes: Merged: https://.com/ruby/ruby/pull/7330
-rw-r--r-- | yjit/bindgen/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 .allowlist_function("rb_gc_mark") .allowlist_function("rb_gc_mark_movable") .allowlist_function("rb_gc_location") |