aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/misc.c')
-rw-r--r--gcc/ada/misc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/misc.c b/gcc/ada/misc.c
index 20b2b01..63ac00a 100644
--- a/gcc/ada/misc.c
+++ b/gcc/ada/misc.c
@@ -85,7 +85,7 @@ static void gnat_print_type PARAMS ((FILE *, tree, int));
static const char *gnat_printable_name PARAMS ((tree, int));
static tree gnat_eh_runtime_type PARAMS ((tree));
static int gnat_eh_type_covers PARAMS ((tree, tree));
-static void gnat_parse_file PARAMS ((void));
+static void gnat_parse_file PARAMS ((int));
static void gnat_mark_tree PARAMS ((tree));
static rtx gnat_expand_expr PARAMS ((tree, rtx, enum machine_mode,
int));
@@ -192,7 +192,8 @@ extern void _ada_gnat1drv PARAMS((void));
/* The parser for the language. For us, we process the GNAT tree. */
static void
-gnat_parse_file ()
+gnat_parse_file (set_yydebug)
+ int set_yydebug ATTRIBUTE_UNUSED;
{
/* call the target specific initializations */
__gnat_initialize();