Fixing build bustage by backing out part of my last change.

git-svn-id: svn://10.0.0.236/trunk@205005 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jst%mozilla.jstenback.com 2006-07-27 23:30:45 +00:00
parent a6e38fcb19
commit f44d5f241d

View File

@ -3241,7 +3241,7 @@ MaxScriptRunTimePrefChangedCallback(const char *aPrefName, void *aClosure)
PRTime t;
if (time <= 0) {
// Let scripts run for a really, really long time.
t = 0x4000000000000000LL;
t = LL_INIT(0x40000000, 0);
} else {
t = time * PR_USEC_PER_SEC;
}