]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Fix equal function for SimpleType structs with only static fields
authorLuca Bruno <lucabru@src.gnome.org>
Wed, 31 Aug 2011 13:37:04 +0000 (15:37 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Wed, 31 Aug 2011 14:01:39 +0000 (16:01 +0200)
commit3bfe468daa15fd19eebfbf3de8dc48a79810bb30
treee90cb6031b03c6742969f7276ce64c20ac7fcc1a
parent7ec03b9515e5fa37598d2ee5b84b5a1b624c388f
codegen: Fix equal function for SimpleType structs with only static fields

The function produced wrong results if the struct had static fields but
no instance fields.

Fixes bug 657813.
codegen/valaccodebasemodule.vala