This commit is contained in:
rginda%netscape.com 2000-05-23 00:13:48 +00:00
Родитель a068dd41c7
Коммит b8139b714f
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -983,6 +983,8 @@ static bool generatedBoolean(ExprNode *p)
case ExprNode::logicalXor:
case ExprNode::logicalOr:
return true;
default:
assert (0); /* quiet linux warnings */
}
return false;
}

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

@ -983,6 +983,8 @@ static bool generatedBoolean(ExprNode *p)
case ExprNode::logicalXor:
case ExprNode::logicalOr:
return true;
default:
assert (0); /* quiet linux warnings */
}
return false;
}