summaryrefslogtreecommitdiff
path: root/data/zip/timestamp.diff
blob: 096d7a1ba51229ecc7c6ec051fb2ef21116fbecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -ru zip232/unix/unix.c zip232+iPhone/unix/unix.c
--- zip232/unix/unix.c	2006-05-29 22:35:00.000000000 +0000
+++ zip232+iPhone/unix/unix.c	2008-06-18 15:38:50.000000000 +0000
@@ -829,14 +829,7 @@
 #endif /* SGI */
 
 
-/* Define the compile date string */
-#ifdef __DATE__
-#  define COMPILE_DATE " on " __DATE__
-#else
-#  define COMPILE_DATE ""
-#endif
-
-    printf("Compiled with %s for Unix (%s)%s.\n\n",
-           COMPILER_NAME, OS_NAME, COMPILE_DATE);
+    printf("Compiled with %s for Unix (%s).\n\n",
+           COMPILER_NAME, OS_NAME);
 
 } /* end function version_local() */