]> git.sur5r.net Git - cc65/commit
Fixed an error: When initializing unions, only the first member can be
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 6 Sep 2009 16:44:16 +0000 (16:44 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 6 Sep 2009 16:44:16 +0000 (16:44 +0000)
commit2402ef005e4f9296ad3313983253f23208a2d7c6
tree224791c0bb2e60dd1c290bf13ae8b03e40cb12df
parent78a7af13e62a922a14b1f2a779d9949d61be0faf
Fixed an error: When initializing unions, only the first member can be
initialized.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4121 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/declare.c