First finished implementation of the condes feature
git-svn-id: svn://svn.cc65.org/cc65/trunk@456 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -97,6 +97,16 @@ ObjData* NewObjData (void);
|
||||
void FreeObjData (ObjData* O);
|
||||
/* Free a complete struct */
|
||||
|
||||
const char* GetObjFileName (const ObjData* O);
|
||||
/* Get the name of the object file. Return "(linker generated)" if the object
|
||||
* file is NULL.
|
||||
*/
|
||||
|
||||
const char* GetSourceFileName (const ObjData* O, unsigned Index);
|
||||
/* Get the name of the source file with the given index. If O is NULL, return
|
||||
* "(linker generated)" as the file name.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* End of objdata.h */
|
||||
|
||||
Reference in New Issue
Block a user