]> git.sur5r.net Git - cc65/commit - src/cc65/symtab.c
Fixed a problem: When a struct or unit was declared with a tag name, it was
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 2 Feb 2013 22:31:26 +0000 (22:31 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 2 Feb 2013 22:31:26 +0000 (22:31 +0000)
commitfd679d92d0054a26f10dbcbd53e90cce5690bbb4
tree4caff99f9c76c8b8fa786bc2461cb66ac198246f
parent41cac259149f5e7c20ddba5b5c47474ced1d14cd
Fixed a problem: When a struct or unit was declared with a tag name, it was
possible to use the opposite type with the tag name. That is "struct a" after
declaring "union a" and vice versa.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5980 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/compile.c
src/cc65/declare.c
src/cc65/locals.c
src/cc65/symentry.c
src/cc65/symentry.h
src/cc65/symtab.c
src/cc65/symtab.h