diff options
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index ff349e3..0d94ceb 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -429,7 +429,7 @@ extern struct c_declarator *build_array_declarator (location_t, tree, bool, bool); extern tree build_enumerator (location_t, location_t, struct c_enum_contents *, tree, tree); -extern tree check_for_loop_decls (location_t); +extern tree check_for_loop_decls (location_t, bool); extern void mark_forward_parm_decls (void); extern void declare_parm_level (void); extern void undeclared_variable (location_t, tree); |