diff options
Diffstat (limited to 'gcc/ada/gcc-interface/gigi.h')
-rw-r--r-- | gcc/ada/gcc-interface/gigi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/gigi.h b/gcc/ada/gcc-interface/gigi.h index bd559d1..6d70c30 100644 --- a/gcc/ada/gcc-interface/gigi.h +++ b/gcc/ada/gcc-interface/gigi.h @@ -547,7 +547,7 @@ extern int gnat_types_compatible_p (tree t1, tree t2); extern bool gnat_useless_type_conversion (tree expr); /* Return true if T, a {FUNCTION,METHOD}_TYPE, has the specified flags. */ -extern bool fntype_same_flags_p (const_tree, tree, bool, bool, bool); +extern bool fntype_same_flags_p (const_tree, tree, bool, bool); /* Create an expression whose value is that of EXPR, converted to type TYPE. The TREE_TYPE of the value |