AttrTab and RtsTab were not able to handle label within data gracefully. This

should be fixed now (report by Stefan Haubenthal).
Bumped the copyright year.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3593 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-08-27 21:33:43 +00:00
parent a7476505a8
commit 7b2cd44f8a
2 changed files with 69 additions and 49 deletions

View File

@@ -232,7 +232,7 @@ static void OptVersion (const char* Opt attribute ((unused)),
/* Print the disassembler version */
{
fprintf (stderr,
"da65 V%u.%u.%u - (C) Copyright 2000 Ullrich von Bassewitz\n",
"da65 V%u.%u.%u - (C) Copyright 2005 Ullrich von Bassewitz\n",
VER_MAJOR, VER_MINOR, VER_PATCH);
}