summaryrefslogtreecommitdiff
path: root/data/python/timestamp.diff
blob: 76642259f06f60e39ea489a500780c2ae0bec514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff -ru Python-2.5.1/Modules/getbuildinfo.c Python-2.5.1+iPhone/Modules/getbuildinfo.c
--- Python-2.5.1/Modules/getbuildinfo.c	2006-01-18 09:13:51.000000000 +0000
+++ Python-2.5.1+iPhone/Modules/getbuildinfo.c	2008-06-19 08:00:45.000000000 +0000
@@ -5,20 +5,12 @@
 #endif
 
 #ifndef DATE
-#ifdef __DATE__
-#define DATE __DATE__
-#else
 #define DATE "xx/xx/xx"
 #endif
-#endif
 
 #ifndef TIME
-#ifdef __TIME__
-#define TIME __TIME__
-#else
 #define TIME "xx:xx:xx"
 #endif
-#endif
 
 #ifdef SUBWCREV
 #define SVNVERSION "$WCRANGE$$WCMODS?M:$"