This commit is contained in:
brendan%mozilla.org 2004-08-04 02:28:58 +00:00
Родитель 2930d59940
Коммит 629a8810b9
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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