]> git.sur5r.net Git - cc65/commit
Write scopes in id order, so we don't need to write out the id itself. Add the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 31 Jul 2011 15:37:51 +0000 (15:37 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 31 Jul 2011 15:37:51 +0000 (15:37 +0000)
commit72a13e1a217997a6b24148722fd619ec2b90e2a0
tree6405631d95c13911ea12e5d97b269ddffb38815f
parent8ec6f66bf07c6f0a86465cee3d02de68ca7fc8e0
Write scopes in id order, so we don't need to write out the id itself. Add the
size of the scope to the output file and a flag bit that tells us if the scope
has a size.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5097 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/enum.c
src/ca65/main.c
src/ca65/pseudo.c
src/ca65/struct.c
src/ca65/symtab.c
src/common/scopedefs.h
src/od65/dump.c