Fragments and assertions reference LineInfo items instead of having separate
embedded FilePos items. git-svn-id: svn://svn.cc65.org/cc65/trunk@4915 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -86,8 +86,8 @@ struct Fragment {
|
||||
Fragment* NewFragment (unsigned char Type, unsigned Size, struct Section* S);
|
||||
/* Create a new fragment and insert it into the section S */
|
||||
|
||||
void AddLineInfo (Fragment* F, struct LineInfo* LI);
|
||||
/* Add the line info to the given fragment */
|
||||
void FragResolveLineInfos (Fragment* F);
|
||||
/* Resolve the back pointers for the line infos */
|
||||
|
||||
const char* GetFragmentSourceName (const Fragment* F);
|
||||
/* Return the name of the source file for this fragment */
|
||||
|
||||
Reference in New Issue
Block a user