indent(1): recognize more type names
Most are from C99.
This commit is contained in:
parent
9522d0b0d2
commit
95b813e501
@ -74,11 +74,17 @@ struct templ {
|
||||
*/
|
||||
struct templ specials[] =
|
||||
{
|
||||
{"_Bool", 4},
|
||||
{"_Complex", 4},
|
||||
{"_Imaginary", 4},
|
||||
{"auto", 10},
|
||||
{"bool", 4},
|
||||
{"break", 9},
|
||||
{"case", 8},
|
||||
{"char", 4},
|
||||
{"complex", 4},
|
||||
{"const", 4},
|
||||
{"continue", 12},
|
||||
{"default", 8},
|
||||
{"do", 6},
|
||||
{"double", 4},
|
||||
@ -90,12 +96,16 @@ struct templ specials[] =
|
||||
{"global", 4},
|
||||
{"goto", 9},
|
||||
{"if", 5},
|
||||
{"imaginary", 4},
|
||||
{"inline", 12},
|
||||
{"int", 4},
|
||||
{"long", 4},
|
||||
{"offsetof", 1},
|
||||
{"register", 10},
|
||||
{"restrict", 12},
|
||||
{"return", 9},
|
||||
{"short", 4},
|
||||
{"signed", 4},
|
||||
{"sizeof", 2},
|
||||
{"static", 10},
|
||||
{"struct", 3},
|
||||
|
Loading…
Reference in New Issue
Block a user