From: kazu Date: Tue, 30 May 2006 18:34:32 +0000 (+0000) Subject: * c-common.h: Remove the prototype for yyparse. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=ce0e61fed0838e6ac8b861d3984a808adec45a44 * c-common.h: Remove the prototype for yyparse. * rtl.h: Remove the prototype for init_loop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114242 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5f5eb4cc2e7..0385d8fd002 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-05-30 Kazu Hirata + + * c-common.h: Remove the prototype for yyparse. + * rtl.h: Remove the prototype for init_loop. + 2006-05-30 Andreas Krebbel * cse.c (validate_canon_reg, cse_insn): Don't change insns without diff --git a/gcc/c-common.h b/gcc/c-common.h index 014b0cacd05..92ab71d2fad 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -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); diff --git a/gcc/rtl.h b/gcc/rtl.h index 7539eadf96d..42c4db6524a 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -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);