Use line infos to output more verbose error and warning messages whenever
possible. git-svn-id: svn://svn.cc65.org/cc65/trunk@4950 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -107,9 +107,10 @@ void GenLineInfo (unsigned Slot, const FilePos* Pos);
|
||||
void ClearLineInfo (unsigned Slot);
|
||||
/* Clear the line info in the given slot */
|
||||
|
||||
void GetFullLineInfo (Collection* LineInfos);
|
||||
void GetFullLineInfo (Collection* LineInfos, unsigned IncUsage);
|
||||
/* Return full line infos, that is line infos for all slots in LineInfos. The
|
||||
* function does also increase the usage counter for all line infos returned.
|
||||
* function will clear LineInfos before usage and will increment the usage
|
||||
* counter by IncUsage for all line infos returned.
|
||||
*/
|
||||
|
||||
LineInfo* UseLineInfo (LineInfo* LI);
|
||||
|
||||
Reference in New Issue
Block a user