]> git.sur5r.net Git - cc65/commit
Fixed a bug: The size of a scope is now recorded for all scopes in
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 19 Aug 2011 15:06:51 +0000 (15:06 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 19 Aug 2011 15:06:51 +0000 (15:06 +0000)
commitce85b303c368f06ce835963fe7c1b85b17f0ee27
treec77742c3c90d41ac61ab269c231062c1436b996c
parent7ee90fb21bed985d4d1c58d982a270a5cda09b39
Fixed a bug: The size of a scope is now recorded for all scopes in
SymLeaveLevel. Doing so also in the code for .STRUCT/.UNION will try to enter
the .size symbol twice.

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