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
This commit is contained in:
@@ -11,6 +11,7 @@ LIB = common.a
|
||||
|
||||
OBJS = abend.o \
|
||||
bitops.o \
|
||||
chartype.o \
|
||||
check.o \
|
||||
cmdline.o \
|
||||
coll.o \
|
||||
|
||||
@@ -61,12 +61,13 @@ CCCFG = -bt=$(TARGET) -d1 -onatx -zp4 -5 -zq -w2
|
||||
.c.obj:
|
||||
$(CC) $(CCCFG) $<
|
||||
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# All library OBJ files
|
||||
|
||||
|
||||
OBJS = abend.obj \
|
||||
bitops.obj \
|
||||
chartype.obj \
|
||||
check.obj \
|
||||
cmdline.obj \
|
||||
coll.obj \
|
||||
|
||||
Reference in New Issue
Block a user