]> git.sur5r.net Git - cc65/blobdiff - src/ld65/objdata.h
Use LineInfo instead of raw FilePos objects. Most information in the object
[cc65] / src / ld65 / objdata.h
index 9efbf85de4c423013f28977010d32878f410e1a5..2ea3d418f6e0ed7b0f7d0ab96fd698214a6387e0 100644 (file)
@@ -129,11 +129,6 @@ INLINE int ObjHasFiles (const ObjData* O)
 #  define ObjHasFiles(O)       ((O) != 0 && CollCount (&(O)->Files) != 0)
 #endif
 
-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 */