Fix build breakage in recent commits.

This commit is contained in:
Edoardo Prezioso 2012-12-01 02:02:45 +01:00
parent 5101f3c029
commit f42ab9871d
1 changed files with 1 additions and 1 deletions

View File

@ -1448,7 +1448,7 @@ void Preprocessor::simplifyCondition(const std::map<std::string, std::string> &c
}
// simplify calculations..
tokenizer.concatenateNegativeNumber();
tokenizer.concatenateNegativeNumberAndAnyPositive();
bool modified = true;
while (modified) {
modified = false;