Skip to content

Commit 14a1bf7

Browse files
committed
fix
1 parent c5547d4 commit 14a1bf7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/tokenize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2044,6 +2044,7 @@ void Tokenizer::simplifyTypedefCpp()
20442044
tok2->previous()->str("typedef");
20452045
tok2->insertToken(tok2->str());
20462046
}
2047+
tok2->originalName(tok2->str());
20472048
tok2->str(typeStart->str());
20482049

20492050
// restore qualification if it was removed

0 commit comments

Comments
 (0)