* parse.c (emit_label): Fix return-type of prototype.
From-SVN: r22683
This commit is contained in:
parent
8d5c8167c9
commit
c1daea12d5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Sep 30 20:22:34 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* parse.c (emit_label): Fix return-type of prototype.
|
||||
|
||||
Wed Sep 30 19:41:36 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* actions.c (chill_handle_multi_case_label): Always return a value
|
||||
|
|
|
@ -71,7 +71,7 @@ char *language_string = "GNU CHILL";
|
|||
|
||||
extern struct rtx_def* gen_label_rtx PROTO((void));
|
||||
extern void emit_jump PROTO((struct rtx_def *));
|
||||
extern void emit_label PROTO((struct rtx_def *));
|
||||
extern struct rtx_def* emit_label PROTO((struct rtx_def *));
|
||||
|
||||
static int parse_action PROTO((void));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue