diff options
Diffstat (limited to 'gcc/c/c-parser.h')
-rw-r--r-- | gcc/c/c-parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c/c-parser.h b/gcc/c/c-parser.h index 21e4054..ff8cdda 100644 --- a/gcc/c/c-parser.h +++ b/gcc/c/c-parser.h @@ -187,6 +187,6 @@ 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); -extern struct c_type_name *c_parser_type_name (c_parser *); +extern struct c_type_name *c_parser_type_name (c_parser *, bool = false); #endif |