Some code cleanup.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5282 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -72,15 +72,10 @@ typedef struct DbgSym DbgSym;
|
||||
DbgSym* ReadDbgSym (FILE* F, ObjData* Obj, unsigned Id);
|
||||
/* Read a debug symbol from a file, insert and return it */
|
||||
|
||||
void ClearDbgSymTable (void);
|
||||
/* Clear the debug symbol table. Must be called before outputting debug syms
|
||||
* or debug labels the first time.
|
||||
*/
|
||||
|
||||
void PrintDbgSyms (FILE* F);
|
||||
/* Print the debug symbols in a debug file */
|
||||
|
||||
void PrintDbgSymLabels (ObjData* O, FILE* F);
|
||||
void PrintDbgSymLabels (FILE* F);
|
||||
/* Print the debug symbols in a VICE label file */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user