Skip to content

Commit 32a4e82

Browse files
author
Luis Eduardo de Souza Amorim
committed
Processing the type of methods according to C struct
1 parent bcb37d3 commit 32a4e82

File tree

3 files changed

+833
-1
lines changed

3 files changed

+833
-1
lines changed

mmtk/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ fn main() {
7171
.allowlist_item("jl_*_tag")
7272
.allowlist_item("jl_svec_t")
7373
.allowlist_item("jl_module_t")
74+
.allowlist_item("jl_method_t")
7475
.allowlist_item("jl_task_t")
7576
.allowlist_item("jl_datatype_t")
7677
.allowlist_item("jl_weakref_t")

0 commit comments

Comments
 (0)