Commit 35cc13e4 by Jason Merrill

remove check_lang_option prototype

From-SVN: r29572
parent 2a135ded
...@@ -187,7 +187,6 @@ static void dump_rtl PROTO((const char *, tree, void (*) (FILE *, rtx), rtx)); ...@@ -187,7 +187,6 @@ static void dump_rtl PROTO((const char *, tree, void (*) (FILE *, rtx), rtx));
static void clean_dump_file PROTO((const char *)); static void clean_dump_file PROTO((const char *));
static void compile_file PROTO((char *)); static void compile_file PROTO((char *));
static void display_help PROTO ((void)); static void display_help PROTO ((void));
static int check_lang_option PROTO ((const char *, const char *));
static void report_file_and_line PROTO ((const char *, int, int)); static void report_file_and_line PROTO ((const char *, int, int));
static void vnotice PROTO ((FILE *, const char *, va_list)); static void vnotice PROTO ((FILE *, const char *, va_list));
static void mark_file_stack PROTO ((void *)); static void mark_file_stack 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