]> git.sur5r.net Git - cc65/commit
Last fix was wrong. The problem wasn't in the struct code but in SymLeaveLevel
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 19 Aug 2011 15:24:11 +0000 (15:24 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 19 Aug 2011 15:24:11 +0000 (15:24 +0000)
commit607aa871e6b4a820c0becc41df7e44fca2b91c7d
treeea39bb3270555beb26f5abafcab2351242226bf8
parentce85b303c368f06ce835963fe7c1b85b17f0ee27
Last fix was wrong. The problem wasn't in the struct code but in SymLeaveLevel
calling CloseSpans, which does not only close spans but might also add some,
in which case the scope became another size.

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