]> git.sur5r.net Git - cc65/commit
Fixed an error in struct compare. For one, the behaviour was not standard
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 15 Nov 2002 13:19:46 +0000 (13:19 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 15 Nov 2002 13:19:46 +0000 (13:19 +0000)
commit8ef34472486a80a5f24031c6f764ee195737eba2
treec1b7d7402231633f73a67f30dde82e46e05941e2
parentca1386e9d499a108199a247799ebce9fa3366906
Fixed an error in struct compare. For one, the behaviour was not standard
compliant, because struct tags were not compare, second, this lead to an
endless loop of recursive calls for a special case of wrong C code.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1523 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/anonname.c
src/cc65/anonname.h
src/cc65/symentry.c
src/cc65/symentry.h
src/cc65/typecmp.c