]> git.sur5r.net Git - cc65/blobdiff - src/ld65/fileinfo.h
For modules, the ZP memory area must be written to the output file. This is
[cc65] / src / ld65 / fileinfo.h
index 4d2d423ba7a8d1c61e2cfeac0d0ead39508076ed..8ebee797236532c1737e3783e3b3f3d7b7b58b3f 100644 (file)
@@ -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       */
 
 typedef struct FileInfo FileInfo;
 struct FileInfo {
-    unsigned        Name;                        /* File name index */
-    unsigned long   MTime;                /* Time of last modification */
-    unsigned long   Size;                 /* Size of the file */
+    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 */
 };