Skip to content

Commit 9209db0

Browse files
committed
fix #14157
1 parent 15f7dc4 commit 9209db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tokenize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9834,7 +9834,7 @@ void Tokenizer::simplifyAsm()
98349834
Token::eraseTokens(tok, tok->linkAt(1)->next());
98359835
}
98369836

9837-
else if (Token::Match(tok, "asm|__asm|__asm__ volatile|__volatile|__volatile__| (")) {
9837+
else if (Token::Match(tok, "asm|__asm|__asm__ volatile|__volatile|__volatile__|goto|inline| (")) {
98389838
// Goto "("
98399839
Token *partok = tok->next();
98409840
if (partok->str() != "(")

0 commit comments

Comments
 (0)