]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Generated SimpleType structs don't have a type id
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 9 Jan 2022 18:49:27 +0000 (19:49 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 9 Feb 2022 21:14:36 +0000 (22:14 +0100)
commit22099a2b39c99f0c55d016740076b3d64e61a211
treeea89f3a4151a13fe1b7a2280f2b19cbda687229a
parent53955be2351de1ca96afaf0d0ca4367894cb6ea6
codegen: Generated SimpleType structs don't have a type id

Set "CCode.has_type_id" in CCodeStructModule.generate_struct_declaration()
like in GTypeModule.visit_struct() for SimpleType structs which might be
executed too late.

In addition to 2e798fc3f8e9af25a4c231c2561894d9f0a0be50
codegen/valaccodestructmodule.vala