--- source/death.c.orig	Fri Jul 22 03:47:16 1994
+++ source/death.c	Fri Apr  5 22:19:11 2013
@@ -123,29 +123,13 @@ static void kingly(void);
 #include <stdlib.h>
 #endif
 
-#ifndef VMS
-#ifndef MAC
-#if !defined(ATARIST_MWC) && !defined(AMIGA)
-long time();
-#endif
-#endif
-#endif
-
 static void date(day)
 char *day;
 {
   register char *tmp;
-#ifdef MAC
   time_t clockvar;
-#else
-  long clockvar;
-#endif
 
-#ifdef MAC
   clockvar = time((time_t *) 0);
-#else
-  clockvar = time((long *) 0);
-#endif
   tmp = ctime(&clockvar);
   tmp[10] = '\0';
   (void) strcpy(day, tmp);
