apparently windows is too

This commit is contained in:
rginda%netscape.com 2000-05-23 00:15:06 +00:00
parent 27345b3bb3
commit b71c85c7dc
2 changed files with 2 additions and 2 deletions

View File

@ -984,7 +984,7 @@ static bool generatedBoolean(ExprNode *p)
case ExprNode::logicalOr:
return true;
default:
assert (0); /* quiet linux warnings */
NOT_REACHED("I shouldn't be here."); /* quiet linux warnings */
}
return false;
}

View File

@ -984,7 +984,7 @@ static bool generatedBoolean(ExprNode *p)
case ExprNode::logicalOr:
return true;
default:
assert (0); /* quiet linux warnings */
NOT_REACHED("I shouldn't be here."); /* quiet linux warnings */
}
return false;
}