libseed: Fix passing a union out to a C function
authorTim Horton <hortont424@gmail.com>
Tue, 12 Jan 2010 06:35:35 +0000 (01:35 -0500)
committerTim Horton <hortont424@gmail.com>
Tue, 12 Jan 2010 06:35:35 +0000 (01:35 -0500)
commit1300996938d77f8ea7e6739b4d912b7f79274831
tree7506cf2b15d2c9f8b7d1c5d24c8761234072fc49
parent4191e15dc1ad76dcbdcab987d9a164a8c95aaaba
libseed: Fix passing a union out to a C function

The parent class of seed_union was set to seed_union (undefined at that point);
I believe it should be seed_pointer, just like seed_struct
libseed/seed-structs.c
libseed/seed-structs.h
libseed/seed-types.c