]> git.sur5r.net Git - cc65/commit
Fixed an error with r4329: In case of a struct pointer the qualifiers of the
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 8 Oct 2009 09:54:46 +0000 (09:54 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 8 Oct 2009 09:54:46 +0000 (09:54 +0000)
commit17d592352c0936cbd69b0314c2ad08f9d2ba2f10
treee50ba8b435a18c6d2727a63790523b5eb808ca31
parentb208b7e3b15b8b69e9ad3c5fc1f422101a2e30ea
Fixed an error with r4329: In case of a struct pointer the qualifiers of the
pointers had been used, not the qualifiers of the struct.

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