* parse.c (emit_label): Fix return-type of prototype.

From-SVN: r22683
This commit is contained in:
Kaveh R. Ghazi 1998-09-30 17:24:36 +00:00 committed by Kaveh Ghazi
parent 8d5c8167c9
commit c1daea12d5
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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));