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.
2 parents 299f0ad + beb56e7 commit abd5181Copy full SHA for abd5181
src/goto-cc/compile.cpp
@@ -745,6 +745,9 @@ bool compilet::add_written_cprover_symbols(const symbol_tablet &symbol_table)
745
if(!(has_prefix(id2string(name), CPROVER_PREFIX) && new_type.id()==ID_code))
746
continue;
747
748
+ if(has_prefix(id2string(name), FILE_LOCAL_PREFIX))
749
+ continue;
750
+
751
bool inserted;
752
std::map<irep_idt, symbolt>::iterator old;
753
std::tie(old, inserted)=written_macros.insert({name, pair.second});
0 commit comments