Use collections in the object file structure instead of managing the items
manually. git-svn-id: svn://svn.cc65.org/cc65/trunk@4773 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -79,7 +79,7 @@ struct DbgSym {
|
||||
DbgSym* ReadDbgSym (FILE* F, ObjData* Obj);
|
||||
/* Read a debug symbol from a file, insert and return it */
|
||||
|
||||
long GetDbgSymVal (DbgSym* D);
|
||||
long GetDbgSymVal (const DbgSym* D);
|
||||
/* Get the value of this symbol */
|
||||
|
||||
void ClearDbgSymTable (void);
|
||||
|
||||
Reference in New Issue
Block a user