* src/SDCCval.c (cheapestVal): beautified
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 31 Dec 2005 15:22:55 +0000 (15:22 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 31 Dec 2005 15:22:55 +0000 (15:22 +0000)
commit916b7e4011f58680d6006400c274310fb1659a7e
tree9432d221f93a43cd0974313d85a774087949197b
parente5c62ddb5b835550d3e4f84dbe9939b5c74b87af
* src/SDCCval.c (cheapestVal): beautified
(valNot): ANSI: result type is int (SDCC: unsigned char)
* support/regression/tests/onebyte.c: added promotion and signedness tests for unary minus
* support/regression/tests/not.c: added

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4016 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/SDCCval.c
support/regression/tests/not.c [new file with mode: 0644]
support/regression/tests/onebyte.c