Removed the #ifndef NO_NSPR_10_SUPPORT around the _PR_MD_GET_SP

macro definition.  This macro is used internally by NSPR20.
This commit is contained in:
wtc%netscape.com 1998-12-16 18:56:01 +00:00
Родитель 31e9de0ebf
Коммит 0e0e8639ba
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -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) */
/************************************************************************/