aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c/c-parser.h')
-rw-r--r--gcc/c/c-parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/c/c-parser.h b/gcc/c/c-parser.h
index 641da2f..b32daab 100644
--- a/gcc/c/c-parser.h
+++ b/gcc/c/c-parser.h
@@ -190,7 +190,8 @@ extern struct c_declarator *
c_parser_declarator (c_parser *parser, bool type_seen_p, c_dtr_syn kind,
bool *seen_id);
extern void c_parser_declspecs (c_parser *, struct c_declspecs *, bool, bool,
- bool, bool, bool, enum c_lookahead_kind);
+ bool, bool, bool, bool, bool,
+ enum c_lookahead_kind);
extern struct c_type_name *c_parser_type_name (c_parser *, bool = false);
#endif