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 1a17905 commit 39d692cCopy full SHA for 39d692c
src/libasr/codegen/asr_to_c.cpp
@@ -739,8 +739,8 @@ R"(
739
array_types_decls.insert(0, "struct dimension_descriptor\n"
740
"{\n int32_t lower_bound, length;\n};\n");
741
}
742
-
743
- src = to_include + head + array_types_decls + unit_src +
+ forward_decl_functions += "\n\n";
+ src = to_include + head + array_types_decls + forward_decl_functions + unit_src +
744
ds_funcs_defined + util_funcs_defined;
745
if (!emit_headers.empty()) {
746
std::string to_includes_1 = "";
0 commit comments