X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fld65%2Ffileinfo.h;h=8ebee797236532c1737e3783e3b3f3d7b7b58b3f;hb=4786caf496bd8e6989abee74017aa098df860c41;hp=162e95d44cefa85a3494a63636884f81bcd0589f;hpb=275da22a66d69e2e5ecaa92766104833f0de767a;p=cc65 diff --git a/src/ld65/fileinfo.h b/src/ld65/fileinfo.h index 162e95d44..8ebee7972 100644 --- a/src/ld65/fileinfo.h +++ b/src/ld65/fileinfo.h @@ -6,10 +6,10 @@ /* */ /* */ /* */ -/* (C) 2001 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ -/* EMail: uz@cc65.org */ +/* (C) 2001-2010, Ullrich von Bassewitz */ +/* Roemerstrasse 52 */ +/* D-70794 Filderstadt */ +/* EMail: uz@cc65.org */ /* */ /* */ /* This software is provided 'as-is', without any expressed or implied */ @@ -57,9 +57,10 @@ typedef struct FileInfo FileInfo; struct FileInfo { - unsigned long MTime; /* Time of last modification */ - unsigned long Size; /* Size of the file */ - char* Name; /* File name */ + unsigned Name; /* File name index */ + unsigned long MTime; /* Time of last modification */ + unsigned long Size; /* Size of the file */ + unsigned Id; /* Id of file for debug info */ };