summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-12-16 18:56:01 +0000
committerwtc%netscape.com <devnull@localhost>1998-12-16 18:56:01 +0000
commitce3b5c96ac5418a7453c05a536cb75978992e61b (patch)
treeb77281241ab6252fe837cbddd33c535739af0903
parent94e3ffb7c85c4ae0dd4c91e211f3689e15bf0fb4 (diff)
downloadnspr-hg-ce3b5c96ac5418a7453c05a536cb75978992e61b.tar.gz
Removed the #ifndef NO_NSPR_10_SUPPORT around the _PR_MD_GET_SP
macro definition. This macro is used internally by NSPR20.
-rw-r--r--pr/include/private/primpl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/pr/include/private/primpl.h b/pr/include/private/primpl.h
index e5335cdd..b7476d6c 100644
--- a/pr/include/private/primpl.h
+++ b/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) */
/************************************************************************/