Added a more generic way to push sources that deliver a token stream
independent of the actual input from the file. Change macro handling to use the new input stack. Fixed an error in FreeIf: If an unexpected .ENDIF was reached, the assembler started an endless loop printing error messages. git-svn-id: svn://svn.cc65.org/cc65/trunk@24 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -15,11 +15,13 @@ OBJS = condasm.o \
|
||||
global.o \
|
||||
incpath.o \
|
||||
instr.o \
|
||||
istack.o \
|
||||
listing.o \
|
||||
macpack.o \
|
||||
macro.o \
|
||||
main.o \
|
||||
mem.o \
|
||||
main.o \
|
||||
mem.o \
|
||||
nexttok.o \
|
||||
objcode.o \
|
||||
objfile.o \
|
||||
options.o \
|
||||
@@ -27,7 +29,7 @@ OBJS = condasm.o \
|
||||
scanner.o \
|
||||
strexpr.o \
|
||||
symtab.o \
|
||||
toknode.o \
|
||||
toklist.o \
|
||||
ulabel.o
|
||||
|
||||
LIBS = ../common/common.a
|
||||
@@ -62,3 +64,4 @@ depend dep: $(OBJS:.o=.c)
|
||||
@echo "Creating dependency information"
|
||||
$(CC) -MM $^ > .depend
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user