]> git.sur5r.net Git - cc65/commit
Declaring a char explicitly as signed was ignored and the default (unsigned)
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 10 Oct 2000 19:35:32 +0000 (19:35 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 10 Oct 2000 19:35:32 +0000 (19:35 +0000)
commit2e227d54068e3eccae12d51b4859f3d1ada251db
tree5ccba9b4a2daae222a31a87f2eb755f381bf0625
parent84537ae937599d25ae086d538dc40357e834593e
Declaring a char explicitly as signed was ignored and the default (unsigned)
char type was used.

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