fixed build buster; seems VC doesn't know false

This commit is contained in:
rickg%netscape.com 1998-07-28 01:39:55 +00:00
Родитель eed9aa829b
Коммит e66bd7415a
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1163,7 +1163,7 @@ PRBool CNavDTD::CanContain(PRInt32 aParent,PRInt32 aChild) {
if(0!=strchr(listtags,aChild)) {
//This code was added to enforce the rule that listitems autoclose prior listitems.
//Stylistic tags (including <A>) that get in the way are simply out of luck.
result=false;
result=PR_FALSE;
}
else result=PRBool(0!=strchr(gTagSet1,aChild));
}

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

@ -1163,7 +1163,7 @@ PRBool CNavDTD::CanContain(PRInt32 aParent,PRInt32 aChild) {
if(0!=strchr(listtags,aChild)) {
//This code was added to enforce the rule that listitems autoclose prior listitems.
//Stylistic tags (including <A>) that get in the way are simply out of luck.
result=false;
result=PR_FALSE;
}
else result=PRBool(0!=strchr(gTagSet1,aChild));
}