]> git.sur5r.net Git - cc65/commit
Add a new chartype module for character classification. Use the new
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 5 Jan 2001 19:06:20 +0000 (19:06 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 5 Jan 2001 19:06:20 +0000 (19:06 +0000)
commit37da7dff987fc53058e4bb8cabb5880ebeb45af0
tree0c57ca1eccb87a3eecc04b129b42ededa06db6f2
parent608f27b2741d18dc1c70c9cf56c54c42f5282d52
Add a new chartype module for character classification. Use the new
function IsDigit in target.c.

git-svn-id: svn://svn.cc65.org/cc65/trunk@592 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/common/chartype.c [new file with mode: 0644]
src/common/chartype.h [new file with mode: 0644]
src/common/make/gcc.mak
src/common/make/watcom.mak
src/common/target.c