diff options
Diffstat (limited to 'data/python')
-rw-r--r-- | data/python/timestamp.diff | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/python/timestamp.diff b/data/python/timestamp.diff new file mode 100644 index 000000000..76642259f --- /dev/null +++ b/data/python/timestamp.diff @@ -0,0 +1,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:$" |