]> git.sur5r.net Git - cc65/commit
Using typdefs, it is possible to construct types that have qualifiers
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 18 Mar 2007 18:26:00 +0000 (18:26 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 18 Mar 2007 18:26:00 +0000 (18:26 +0000)
commit030ce6ad2851db581a2577661e5bccb425b384de
tree36c25413e07104cbf8d2ea97cb6a6bce4a9c157e
parent4c91b95d300b6b6f26fa213b9640df709e9c9774
Using typdefs, it is possible to construct types that have qualifiers
attached to an array (not the elementtype). Fix these problems by tranfering
the qualifiers to the elements.

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