]> git.sur5r.net Git - cc65/commit
The combined assignment operator (-=, +=, ...) did not check that the rhs is
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 1 Oct 2009 19:41:40 +0000 (19:41 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 1 Oct 2009 19:41:40 +0000 (19:41 +0000)
commit8e35f0d9c81d8cc68dc67f98263dab1eb5d89d6c
treebdcf1f3ed0e0fedc968049e9985060719e854c42
parentba46bab0097d9c02a7f67501f289a1fba3b253d1
The combined assignment operator (-=, +=, ...) did not check that the rhs is
actually an integer.

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