Move SymEntry stuff into its own module

git-svn-id: svn://svn.cc65.org/cc65/trunk@2563 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-10-22 21:24:37 +00:00
parent 2c7218b5d9
commit 48c122e478
5 changed files with 159 additions and 85 deletions

View File

@@ -37,6 +37,7 @@ OBJS = asserts.o \
scanner.o \
segment.o \
spool.o \
symentry.o \
symtab.o \
toklist.o \
ulabel.o