Generalized the CodeRange structure used for line infos and renamed it to Span.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5112 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-08-04 12:31:37 +00:00
parent f0eaf6b1b4
commit f04d65a662
7 changed files with 241 additions and 99 deletions

View File

@@ -58,6 +58,7 @@ OBJS = asserts.o \
scanner.o \
scopes.o \
segments.o \
span.o \
spool.o \
tgtcfg.o

View File

@@ -89,6 +89,7 @@ OBJS = asserts.obj \
scanner.obj \
scopes.obj \
segments.obj \
span.obj \
spool.obj \
tgtcfg.obj