diff --git a/mozilla/js/src/prmjtime.c b/mozilla/js/src/prmjtime.c index 0a53f76bf8e..774f83999c4 100644 --- a/mozilla/js/src/prmjtime.c +++ b/mozilla/js/src/prmjtime.c @@ -200,7 +200,7 @@ pascal void __JSTerminate() /* clean up the sleepQ entry */ if (gSleepQEntryInstalled) SleepQRemove(&gSleepQEntry); - + __NSTerminate(); } #endif /* XP_MACOSX */ @@ -485,7 +485,7 @@ PRMJ_FormatTime(char *buf, int buflen, char *fmt, PRMJTime *prtm) * years. Might still make sense to use this, but find the range of years * for which valid tz information exists, and map (per ECMA hint) from the * given year into that range. - + * N.B. This hasn't been tested with anything that actually _uses_ * tm_gmtoff; zero might be the wrong thing to set it to if you really need * to format a time. This fix is for jsdate.c, which only uses