removing old NSPR20 #ifdefs

This commit is contained in:
cyeh%netscape.com 1998-09-28 20:17:44 +00:00
parent db4b8b5032
commit 751bb4c719
3 changed files with 0 additions and 12 deletions

View File

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

View File

@ -28,9 +28,7 @@
#endif
#include "nspr.h"
#ifdef NSPR20
#include "plstr.h"
#endif
#if 0
/* Breaks SINIX5.4 build */

View File

@ -54,9 +54,7 @@
#include <ctype.h>
#include <nspr.h>
#ifdef NSPR20
#include "plstr.h"
#endif
#include "julnstr.h"