summaryrefslogtreecommitdiff
path: root/data/spidermonkey
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-06-18 07:22:07 +0000
committerJay Freeman <saurik@saurik.com>2008-06-18 07:22:07 +0000
commit2893b4289e0e13e22470908a0326515b9c1ec333 (patch)
tree3ce4223c038d8531ff5d013331a05405eebd4451 /data/spidermonkey
parent056bad3691237101d94ac0e747a1bab418ba13ae (diff)
Went through and did my best to remove timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@326 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/spidermonkey')
-rw-r--r--data/spidermonkey/timestamp.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/spidermonkey/timestamp.diff b/data/spidermonkey/timestamp.diff
new file mode 100644
index 000000000..3ceed1043
--- /dev/null
+++ b/data/spidermonkey/timestamp.diff
@@ -0,0 +1,11 @@
+diff -ru js/src/js.c js+iPhone/src/js.c
+--- js/src/js.c 2007-04-20 18:45:18.000000000 +0000
++++ js+iPhone/src/js.c 2008-06-18 02:11:30.000000000 +0000
+@@ -1524,7 +1524,6 @@
+ #if JS_VERSION < 150
+ sprintf(version, " for version %d\n", JS_VERSION);
+ #endif
+- fprintf(gOutFile, "built on %s at %s%s", __DATE__, __TIME__, version);
+ return JS_TRUE;
+ }
+