On errors and warnings, output additional information using extra line info
supplied using the .dbg statements. git-svn-id: svn://svn.cc65.org/cc65/trunk@4937 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -223,15 +223,6 @@ void ClearLineInfo (unsigned Slot)
|
||||
|
||||
|
||||
|
||||
LineInfo* GetLineInfo (unsigned Slot)
|
||||
/* Get the line info from the given slot */
|
||||
{
|
||||
PRECONDITION (Slot < UsedSlots);
|
||||
return CurLineInfo[Slot].Info;
|
||||
}
|
||||
|
||||
|
||||
|
||||
void GetFullLineInfo (Collection* LineInfos)
|
||||
/* 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.
|
||||
|
||||
Reference in New Issue
Block a user