c-common.h: Remove the prototype for yyparse.

* c-common.h: Remove the prototype for yyparse.
	* rtl.h: Remove the prototype for init_loop.

From-SVN: r114242
This commit is contained in:
Kazu Hirata 2006-05-30 18:34:32 +00:00 committed by Kazu Hirata
parent 67e0a632e6
commit c98662e020
3 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2006-05-30 Kazu Hirata <kazu@codesourcery.com>
* c-common.h: Remove the prototype for yyparse.
* rtl.h: Remove the prototype for init_loop.
2006-05-30 Andreas Krebbel <krebbel1@de.ibm.com>
* cse.c (validate_canon_reg, cse_insn): Don't change insns without

View File

@ -290,7 +290,6 @@ extern void (*lang_post_pch_load) (void);
extern void push_file_scope (void);
extern void pop_file_scope (void);
extern int yyparse (void);
extern stmt_tree current_stmt_tree (void);
extern tree push_stmt_list (void);
extern tree pop_stmt_list (tree);

View File

@ -2116,9 +2116,6 @@ extern void print_simple_rtl (FILE *, rtx);
extern int print_rtl_single (FILE *, rtx);
extern void print_inline_rtx (FILE *, rtx, int);
/* In loop.c */
extern void init_loop (void);
/* In bt-load.c */
extern void branch_target_load_optimize (bool);