File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ void ansi_c_internal_additions(std::string &code);
16
16
void ansi_c_architecture_strings (std::string &code);
17
17
18
18
extern const char clang_builtin_headers[];
19
+ extern const char gcc_builtin_headers_types[];
19
20
extern const char gcc_builtin_headers_generic[];
20
21
extern const char gcc_builtin_headers_math[];
21
22
extern const char gcc_builtin_headers_mem_string[];
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ void cpp_internal_additions(std::ostream &out)
112
112
config.ansi_c .mode ==configt::ansi_ct::flavourt::ARM)
113
113
{
114
114
out << " extern \" C\" {" << ' \n ' ;
115
+ out << c2cpp (gcc_builtin_headers_types);
115
116
out << c2cpp (gcc_builtin_headers_generic);
116
117
out << c2cpp (gcc_builtin_headers_math);
117
118
out << c2cpp (gcc_builtin_headers_mem_string);
You can’t perform that action at this time.
0 commit comments