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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c/c-parser.h b/gcc/c/c-parser.h
index f99d144..d6dca86 100644
--- a/gcc/c/c-parser.h
+++ b/gcc/c/c-parser.h
@@ -204,5 +204,6 @@ extern void c_parser_declspecs (c_parser *, struct c_declspecs *, bool, bool,
bool, bool, bool, bool, bool,
enum c_lookahead_kind);
extern struct c_type_name *c_parser_type_name (c_parser *, bool = false);
+extern bool c_maybe_parse_omp_decl (tree, tree);
#endif