New shift module, comment fixes

git-svn-id: svn://svn.cc65.org/cc65/trunk@2636 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-11-11 09:41:07 +00:00
parent 1db1c7cabc
commit 7e9b389428
6 changed files with 218 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ OBJS = abend.o \
searchpath.o \
segdefs.o \
segnames.o \
shift.o \
strbuf.o \
strpool.o \
strutil.o \

View File

@@ -74,6 +74,7 @@ OBJS = abend.obj \
searchpath.obj \
segdefs.obj \
segnames.obj \
shift.obj \
strbuf.obj \
strpool.obj \
strutil.obj \