diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index f8f7db9a0c59..f13c56faa8f4 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -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},