(output_bound_representation): Fix typo in prototype.
authorTorbjorn Granlund <tege@gnu.org>
Tue, 15 Oct 1996 00:58:59 +0000 (00:58 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Tue, 15 Oct 1996 00:58:59 +0000 (00:58 +0000)
From-SVN: r12961

gcc/dwarfout.c

index 151c45b8bd46395c9b085acd691ed1acaff3570e..87b67d01af3b1e5840a2bc4c36ed0d8720a5ab98 100644 (file)
@@ -309,7 +309,7 @@ static inline void equate_type_number_to_die_number PROTO((tree));
 static void output_reg_number          PROTO((rtx));
 static void output_mem_loc_descriptor  PROTO((rtx));
 static void output_loc_descriptor      PROTO((rtx));
-static void output_bound_representation        PROTO((tree, unsigned, char));
+static void output_bound_representation        PROTO((tree, unsigned, int));
 static void output_enumeral_list       PROTO((tree));
 static inline unsigned ceiling         PROTO((unsigned, unsigned));
 static inline tree field_type          PROTO((tree));