diff options
Diffstat (limited to 'gcc/c-family/c-ada-spec.h')
-rw-r--r-- | gcc/c-family/c-ada-spec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c-ada-spec.h b/gcc/c-family/c-ada-spec.h index 3d1f1655dfb..7414c94059b 100644 --- a/gcc/c-family/c-ada-spec.h +++ b/gcc/c-family/c-ada-spec.h @@ -37,6 +37,6 @@ extern location_t decl_sloc (const_tree, bool); extern void collect_ada_nodes (tree, const char *); extern void collect_source_ref (const char *); extern void dump_ada_specs (void (*)(const char *), - int (*)(const_tree, cpp_operation)); + int (*)(tree, cpp_operation)); #endif /* ! C_ADA_SPEC_H */ |