Added line infos
git-svn-id: svn://svn.cc65.org/cc65/trunk@748 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -51,6 +51,9 @@
|
||||
/* common */
|
||||
#include "filepos.h"
|
||||
|
||||
/* ca65 */
|
||||
#include "global.h"
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
@@ -95,6 +98,17 @@ LineInfo* UseLineInfo (LineInfo* LI);
|
||||
void GenLineInfo (unsigned FileIndex, unsigned long LineNum);
|
||||
/* Generate a new line info */
|
||||
|
||||
void ClearLineInfo (void);
|
||||
/* Clear the current line info */
|
||||
|
||||
void MakeLineInfoIndex (void);
|
||||
/* Walk over the line info list and make an index of all entries ignoring
|
||||
* those with a usage count of zero.
|
||||
*/
|
||||
|
||||
void WriteLineInfo (void);
|
||||
/* Write a list of all line infos to the object file. */
|
||||
|
||||
|
||||
|
||||
/* End of lineinfo.h */
|
||||
|
||||
Reference in New Issue
Block a user