Commit c1daea12 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r22683
parent 8d5c8167
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));
......
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