Harmless cleanup of comments / initialization warnings.

This commit is contained in:
Stephen Williams 2013-04-18 18:18:40 -07:00
parent 255922e545
commit 11682fc7eb
2 changed files with 4 additions and 2 deletions

View File

@ -175,7 +175,9 @@ data_type_t* pform_test_type_identifier(PPackage*pkg, const char*txt)
}
/*
* The lexor uses this function to know if the
* The lexor uses this function to know if the identifier names the
* package. It will call this a PACKAGE_IDENTIFIER token in that case,
* instead of a generic IDENTIFIER.
*/
PPackage* pform_test_package_identifier(const char*pkg_name)
{

View File

@ -443,7 +443,7 @@ int ExpAggregate::elaborate_expr_array_(Entity*ent, Architecture*arc, const VTyp
// associated with them.
aggregate_[cdx].choice = 0;
aggregate_[cdx].expr = ecur->extract_expression();
aggregate_[cdx].alias_flag;
aggregate_[cdx].alias_flag = false;
cdx += 1;
} else {
ecur->map_choices(&aggregate_[cdx]);