diff options
author | Torbjorn Granlund <tege@gnu.org> | 1996-10-15 00:58:59 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1996-10-15 00:58:59 +0000 |
commit | 17bbe96fed5b87412ecd02faeb4365209e00d472 (patch) | |
tree | 1553e25b195e01f708368dd3eba787224166da31 /gcc | |
parent | 66bd936126108cd95d354322bd99aaee1742d437 (diff) | |
download | gcc-17bbe96fed5b87412ecd02faeb4365209e00d472.zip gcc-17bbe96fed5b87412ecd02faeb4365209e00d472.tar.gz gcc-17bbe96fed5b87412ecd02faeb4365209e00d472.tar.bz2 |
(output_bound_representation): Fix typo in prototype.
From-SVN: r12961
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/dwarfout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 151c45b..87b67d0 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)); |