Some more floating point support.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3886 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2008-08-11 17:51:00 +00:00
parent 0b60ac4716
commit 0b4f6426e2
11 changed files with 448 additions and 60 deletions

View File

@@ -22,6 +22,7 @@ OBJS = abend.o \
filepos.o \
filetype.o \
fname.o \
fp.o \
hashstr.o \
hashtab.o \
intstack.o \

View File

@@ -68,6 +68,7 @@ OBJS = abend.obj \
filepos.obj \
filetype.obj \
fname.obj \
fp.obj \
hashstr.obj \
hashtab.obj \
intstack.obj \