|
|
|
@ -2022,6 +2022,8 @@ void assertUniq(const vector<TPhrase>& reference)
|
|
|
|
|
phraseIdentifier.insert(first->Identifier);
|
|
|
|
|
vector<TClause>::const_iterator first2( first->Clauses.begin() );
|
|
|
|
|
vector<TClause>::const_iterator last2( first->Clauses.end() );
|
|
|
|
|
for( ; first2 != last2; ++first2)
|
|
|
|
|
{
|
|
|
|
|
if (clauseIdentifier.find(first2->Identifier) != clauseIdentifier.end() )
|
|
|
|
|
{
|
|
|
|
|
nlwarning("Clause %s defined more than once.", first2->Identifier.c_str());
|
|
|
|
@ -2029,6 +2031,7 @@ void assertUniq(const vector<TPhrase>& reference)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|