From 0e0e8639bac7320a23c14194a04ad8feda38ca52 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Wed, 16 Dec 1998 18:56:01 +0000 Subject: [PATCH] Removed the #ifndef NO_NSPR_10_SUPPORT around the _PR_MD_GET_SP macro definition. This macro is used internally by NSPR20. --- nsprpub/pr/include/private/primpl.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nsprpub/pr/include/private/primpl.h b/nsprpub/pr/include/private/primpl.h index e5335cdd4eb0..b7476d6c4e46 100644 --- a/nsprpub/pr/include/private/primpl.h +++ b/nsprpub/pr/include/private/primpl.h @@ -1135,13 +1135,9 @@ extern PRStatus _PR_MD_SET_FD_INHERITABLE(PRFileDesc *fd, PRBool inheritable); PR_SetError(PR_IO_TIMEOUT_ERROR, 0); \ } -#ifndef NO_NSPR_10_SUPPORT - -PR_EXTERN(void *) _PR_MD_GET_SP(PRThread *thread); +extern void *_PR_MD_GET_SP(PRThread *thread); #define _PR_MD_GET_SP _MD_GET_SP -#endif /* NO_NSPR_10_SUPPORT */ - #endif /* defined(_PR_PTHREADS) */ /************************************************************************/