]> git.sur5r.net Git - cc65/commit
Change the implementation of the file table. It may now grow to an arbitrary
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 2 Aug 2000 14:12:36 +0000 (14:12 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 2 Aug 2000 14:12:36 +0000 (14:12 +0000)
commitbb115c8ae2828eaff69016ca592079827bb7e0a3
tree53299dd11636b8074b37f1b440c499108d598c36
parent097a01094eedd3b030c2c7a26ddc2ac5067ead28
Change the implementation of the file table. It may now grow to an arbitrary
size. It is also possible to search in the table by name, which will be
needed later to add line debug information.

git-svn-id: svn://svn.cc65.org/cc65/trunk@262 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/error.c
src/ca65/error.h
src/ca65/filetab.c
src/ca65/symtab.c
src/ca65/symtab.h
src/ca65/toklist.h