mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
removing old NSPR20 #ifdefs
This commit is contained in:
parent
db4b8b5032
commit
751bb4c719
@ -130,11 +130,7 @@ void JulianParser::ParseCalendars(ICalReader * reader,
|
||||
#if TESTING_ITIPRIG
|
||||
if (FALSE) TRACE("\t--jParser: yielding\r\n");
|
||||
#endif
|
||||
#ifdef NSPR20
|
||||
PR_Sleep(PR_INTERVAL_NO_WAIT);
|
||||
#else
|
||||
PR_Yield();
|
||||
#endif
|
||||
//break;
|
||||
}
|
||||
|
||||
@ -183,11 +179,7 @@ void jparser_ParseCalendarsZero(void * jp, void * nPtr)
|
||||
#if TESTING_ITIPRIG
|
||||
TRACE("\t--killing parseThread\r\n");
|
||||
#endif
|
||||
#ifdef NSPR20
|
||||
PR_ProcessExit(0);
|
||||
#else
|
||||
PR_Exit();
|
||||
#endif
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
|
@ -28,9 +28,7 @@
|
||||
#endif
|
||||
|
||||
#include "nspr.h"
|
||||
#ifdef NSPR20
|
||||
#include "plstr.h"
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
/* Breaks SINIX5.4 build */
|
||||
|
@ -54,9 +54,7 @@
|
||||
#include <ctype.h>
|
||||
#include <nspr.h>
|
||||
|
||||
#ifdef NSPR20
|
||||
#include "plstr.h"
|
||||
#endif
|
||||
|
||||
#include "julnstr.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user