aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1996-10-15 00:58:59 +0000
committerTorbjorn Granlund <tege@gnu.org>1996-10-15 00:58:59 +0000
commit17bbe96fed5b87412ecd02faeb4365209e00d472 (patch)
tree1553e25b195e01f708368dd3eba787224166da31 /gcc
parent66bd936126108cd95d354322bd99aaee1742d437 (diff)
downloadgcc-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.c2
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));