Preprocessor: Fix. Ticket: #4516
This commit is contained in:
parent
f69b1f426e
commit
9313f7aa79
|
@ -1009,7 +1009,7 @@ static void simplifyVarMapExpandValue(Token *tok, const std::map<std::string, st
|
|||
if (tokenList.createTokens(istr)) {
|
||||
// expand token list
|
||||
for (Token *tok2 = tokenList.front(); tok2; tok2 = tok2->next()) {
|
||||
if (tok->isName()) {
|
||||
if (tok2->isName()) {
|
||||
simplifyVarMapExpandValue(tok2, variables, seenVariables);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue