diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-28 18:40:23 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-28 18:40:23 +0000 |
commit | 016418cd61ae9f4c2f210dfe3d7b077420129cd3 (patch) | |
tree | f7c3ee6a1d5ba6374d234f3f190059d4a6d47262 /data/python | |
parent | 7b493b4c1beda8311ab3e9454ad77d10bdeb1363 (diff) |
Removed even more timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@335 514c082c-b64e-11dc-b46d-3d985efe055d
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:$" |