Revision 990210f3 src/backends/C/c_backend_header.ml
src/backends/C/c_backend_header.ml | ||
---|---|---|
40 | 40 |
fprintf fmt "#include <mpfr.h>@." |
41 | 41 |
end; |
42 | 42 |
if !Options.cpp then |
43 |
fprintf fmt "#include \"%s/arrow.hpp\"@.@." !Options.include_dir
|
|
43 |
fprintf fmt "#include \"%s/arrow.hpp\"@.@." arrow_top_decl.top_decl_owner
|
|
44 | 44 |
else |
45 |
fprintf fmt "#include \"%s/arrow.h\"@.@." !Options.include_dir
|
|
45 |
fprintf fmt "#include \"%s/arrow.h\"@.@." arrow_top_decl.top_decl_owner
|
|
46 | 46 |
|
47 | 47 |
end |
48 | 48 |
|
Also available in: Unified diff