Commit 17bbe96f by Torbjorn Granlund

(output_bound_representation): Fix typo in prototype.

From-SVN: r12961
parent 66bd9361
...@@ -309,7 +309,7 @@ static inline void equate_type_number_to_die_number PROTO((tree)); ...@@ -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_reg_number PROTO((rtx));
static void output_mem_loc_descriptor PROTO((rtx)); static void output_mem_loc_descriptor PROTO((rtx));
static void output_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 void output_enumeral_list PROTO((tree));
static inline unsigned ceiling PROTO((unsigned, unsigned)); static inline unsigned ceiling PROTO((unsigned, unsigned));
static inline tree field_type PROTO((tree)); static inline tree field_type PROTO((tree));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment