removing old NSPR20 #ifdefs
git-svn-id: svn://10.0.0.236/trunk@11245 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user