From: Torbjorn Granlund Date: Tue, 15 Oct 1996 00:58:59 +0000 (+0000) Subject: (output_bound_representation): Fix typo in prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17bbe96fed5b87412ecd02faeb4365209e00d472;p=gcc.git (output_bound_representation): Fix typo in prototype. From-SVN: r12961 --- diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 151c45b8bd4..87b67d01af3 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -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));