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 462eea1 commit dcdc885Copy full SHA for dcdc885
src/ansi-c/c_typecheck_type.cpp
@@ -769,7 +769,7 @@ void c_typecheck_baset::typecheck_compound_type(struct_union_typet &type)
769
typecheck_compound_body(to_struct_union_type(compound_symbol.type));
770
771
std::string typestr = type2name(compound_symbol.type, *this);
772
- compound_symbol.base_name="#anon-"+typestr;
+ compound_symbol.base_name = "#anon#" + typestr;
773
compound_symbol.name="tag-#anon#"+typestr;
774
identifier=compound_symbol.name;
775
0 commit comments