]> git.sur5r.net Git - cc65/commit
Fixed a bug: To check for signed types use IsSignSigned, not !IsSignUnsigned.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 1 Jan 2012 18:26:39 +0000 (18:26 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 1 Jan 2012 18:26:39 +0000 (18:26 +0000)
commit0692c66db39f52083620afd79acb3c9d17a4d333
tree02a6e831b344fbf95a17a878b3af7b08f0e34241
parent9c841c19c82481881f3cd520c7e58cb3acece9e1
Fixed a bug: To check for signed types use IsSignSigned, not !IsSignUnsigned.
The latter may be true for types and are neither signed nor unsigned.

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