Bugsplat bug #365543: removed the PRIntn typecast in the definition of

PR_TRUE and PR_FALSE.
This commit is contained in:
wtc%netscape.com 1999-10-14 23:25:01 +00:00
Родитель 0e244fcd74
Коммит d882d2a965
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -341,8 +341,8 @@ typedef unsigned long PRUptrdiff;
** juast as you would C int-valued conditions.
************************************************************************/
typedef PRIntn PRBool;
#define PR_TRUE (PRIntn)1
#define PR_FALSE (PRIntn)0
#define PR_TRUE 1
#define PR_FALSE 0
/************************************************************************
** TYPES: PRPackedBool