Merge duplicate file entries (same name, size and timestamp).
git-svn-id: svn://svn.cc65.org/cc65/trunk@5061 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -61,6 +61,7 @@ struct FileInfo {
|
||||
unsigned long MTime; /* Time of last modification */
|
||||
unsigned long Size; /* Size of the file */
|
||||
unsigned Id; /* Id of file for debug info */
|
||||
unsigned Dumped; /* Flag: Dumped to debug info file */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user