]> git.sur5r.net Git - cc65/commit
Fixed a bug: A similar problem as that with structs does also exist for
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 5 Oct 2009 18:46:39 +0000 (18:46 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 5 Oct 2009 18:46:39 +0000 (18:46 +0000)
commit9c5224165fe17e698a5530ee473087b479959161
tree1c32958318cee6e631591900de5885d994f7cc64
parent8dd3cc35dcbd7155812e6a7c01039573aff640cb
Fixed a bug: A similar problem as that with structs does also exist for
arrays. An array element has all qualifiers from itself and from the array
declaration.

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