Add creation time in the header

git-svn-id: svn://svn.cc65.org/cc65/trunk@3390 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-02-17 17:37:17 +00:00
parent 0eec7d8a87
commit 531320e242
4 changed files with 19 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
/* */
/* */
/* */
/* (C) 2000-2003 Ullrich von Bassewitz */
/* (C) 2000-2005 Ullrich von Bassewitz */
/* R<>merstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
@@ -63,6 +63,7 @@ extern long InputSize; /* Number of bytes to read from input */
/* Stuff needed by many routines */
extern unsigned Pass; /* Disassembler pass */
extern char Now[128]; /* Current time as string */
/* Comments */
#define MIN_COMMENTS 0