We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a55d60 commit e5a82fbCopy full SHA for e5a82fb
test/gcext/gcext.c
@@ -612,8 +612,7 @@ int main()
612
jl_gc_set_cb_root_scanner(abort_with_error, 1);
613
jl_gc_set_cb_root_scanner(abort_with_error, 0);
614
// Create module to store types in.
615
- module = jl_new_module(jl_symbol("TestGCExt"));
616
- module->parent = jl_main_module;
+ module = jl_new_module(jl_symbol("TestGCExt"), jl_main_module);
617
jl_set_const(jl_main_module, jl_symbol("TestGCExt"), (jl_value_t *)module);
618
// Define Julia types for our stack implementation.
619
datatype_stack = jl_new_foreign_type(
0 commit comments