зеркало из https://github.com/mozilla/pjs.git
Bugsplat bug #365543: removed the PRIntn typecast in the definition of
PR_TRUE and PR_FALSE.
This commit is contained in:
Родитель
0e244fcd74
Коммит
d882d2a965
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче