Index: ctags-5.8/options.c =================================================================== --- ctags-5.8.orig/options.c +++ ctags-5.8/options.c @@ -924,7 +924,6 @@ static void printProgramIdentification ( printf ("%s %s, %s %s\n", PROGRAM_NAME, PROGRAM_VERSION, PROGRAM_COPYRIGHT, AUTHOR_NAME); - printf (" Compiled: %s, %s\n", __DATE__, __TIME__); printf (" Addresses: <%s>, %s\n", AUTHOR_EMAIL, PROGRAM_URL); printFeatureList (); } Index: ctags-5.8/main.c =================================================================== --- ctags-5.8.orig/main.c +++ ctags-5.8/main.c @@ -93,17 +93,6 @@ */ static struct { long files, lines, bytes; } Totals = { 0, 0, 0 }; -#ifdef AMIGA -# include "ctags.h" - static const char *VERsion = "$VER: "PROGRAM_NAME" "PROGRAM_VERSION" " -# ifdef __SASC - __AMIGADATE__ -# else - __DATE__ -# endif - " "AUTHOR_NAME" $"; -#endif - /* * FUNCTION PROTOTYPES */