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
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
#include "error.h"
|
||||
#include "expr.h"
|
||||
#include "objfile.h"
|
||||
#include "scanner.h"
|
||||
#include "symtab.h"
|
||||
|
||||
|
||||
@@ -978,7 +979,7 @@ void WriteImports (void)
|
||||
/* Write the imports list to the object file */
|
||||
{
|
||||
SymEntry* S;
|
||||
|
||||
|
||||
/* Tell the object file module that we're about to start the imports */
|
||||
ObjStartImports ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user