Tokenizer::simplifyTypedef: ensure externC flag is preserved when simplifying typedefs
This commit is contained in:
parent
f5e51eace7
commit
3eeeaeffd2
|
@ -964,6 +964,7 @@ namespace {
|
||||||
to->next()->column(to->column());
|
to->next()->column(to->column());
|
||||||
to = to->next();
|
to = to->next();
|
||||||
to->isSimplifiedTypedef(true);
|
to->isSimplifiedTypedef(true);
|
||||||
|
to->isExternC(from->isExternC());
|
||||||
}
|
}
|
||||||
return to;
|
return to;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue