Add a gentype.c module that contains GT_FromStrBuf.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5238 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-08-20 22:13:58 +00:00
parent 85584fb404
commit f3b49b57bd
4 changed files with 104 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ OBJS = abend.o \
filetype.o \
fname.o \
fp.o \
gentype.o \
hashfunc.o \
hashtab.o \
intstack.o \

View File

@@ -70,6 +70,7 @@ OBJS = abend.obj \
filetype.obj \
fname.obj \
fp.obj \
gentype.obj \
hashfunc.obj \
hashtab.obj \
intstack.obj \