]> git.sur5r.net Git - cc65/commit
In case of parse errors for structs, don't just set the type of the result to
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 24 Nov 2009 23:02:58 +0000 (23:02 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 24 Nov 2009 23:02:58 +0000 (23:02 +0000)
commitce931b85be8c41d30510685c6b92fbe74e12aec9
treeed1ed99c3ba02e74e7f0045f8e90b9ad0887f301
parent3fb0c660dce131816e176c387f698dad4dc334ea
In case of parse errors for structs, don't just set the type of the result to
"int", return a valid lvalue instead.

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