removing old NSPR20 #ifdefs

git-svn-id: svn://10.0.0.236/trunk@11245 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cyeh%netscape.com
1998-09-28 20:17:44 +00:00
parent f4402032d4
commit 30fe8ba751
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"