Fix build breakage in recent commits.
This commit is contained in:
parent
5101f3c029
commit
f42ab9871d
|
@ -1448,7 +1448,7 @@ void Preprocessor::simplifyCondition(const std::map<std::string, std::string> &c
|
||||||
}
|
}
|
||||||
|
|
||||||
// simplify calculations..
|
// simplify calculations..
|
||||||
tokenizer.concatenateNegativeNumber();
|
tokenizer.concatenateNegativeNumberAndAnyPositive();
|
||||||
bool modified = true;
|
bool modified = true;
|
||||||
while (modified) {
|
while (modified) {
|
||||||
modified = false;
|
modified = false;
|
||||||
|
|
Loading…
Reference in New Issue