(output_bound_representation): Fix typo in prototype.

From-SVN: r12961
This commit is contained in:
Torbjorn Granlund 1996-10-15 00:58:59 +00:00
parent 66bd936126
commit 17bbe96fed

View 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));