Add options necessary for cpp
| 317 | |
| 318 | // Add options necessary for cpp |
| 319 | void |
| 320 | CGOptions::fix_options_for_cpp(void) |
| 321 | { |
| 322 | match_exact_qualifiers(true); |
| 323 | vol_struct_union_fields(false); // makes implementation of volatile structs easier |
| 324 | const_struct_union_fields(false); // restriction of current implementation; TODO |
| 325 | } |
| 326 | |
| 327 | /* |
| 328 | looking for the platform info file in the working directory |
nothing calls this directly
no outgoing calls
no test coverage detected