c-common.h: Remove the prototype for yyparse.
authorKazu Hirata <kazu@codesourcery.com>
Tue, 30 May 2006 18:34:32 +0000 (18:34 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 30 May 2006 18:34:32 +0000 (18:34 +0000)
* c-common.h: Remove the prototype for yyparse.
* rtl.h: Remove the prototype for init_loop.

From-SVN: r114242

gcc/ChangeLog
gcc/c-common.h
gcc/rtl.h

index 5f5eb4cc2e702b4a2da38a51ccd728c4288e1fa0..0385d8fd002a89c98130dfb5601fede4e14b5560 100644 (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
index 014b0cacd0511637fe89f59e9b77d03920d49e23..92ab71d2fad7363a1597fe4155a5b751d5f490b9 100644 (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);
index 7539eadf96d16c8fa101b94b45697ade1f79804e..42c4db6524a2c59a64b1019e896ee4ca96f5918b 100644 (file)
--- 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);