]> git.sur5r.net Git - cc65/commit
Fix type of "&array" - it will actually generate pointer to array, not pointer
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 18 Mar 2007 19:15:35 +0000 (19:15 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 18 Mar 2007 19:15:35 +0000 (19:15 +0000)
commit80a4c8c02b86e56e5bbd2c3e6675ba223c5b523f
tree62219d151b02c9abb5695b1e9e03c83c0293f2ad
parent030ce6ad2851db581a2577661e5bccb425b384de
Fix type of "&array" - it will actually generate pointer to array, not pointer
to element. This will make some valid code work but emits now errors for
questionable code.

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