aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-05-30 18:34:32 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-05-30 18:34:32 +0000
commitc98662e02092adc0bd3fe4cf898f5bf2ba533f37 (patch)
treeda494e2895efcb5ba5dd00e10577604839016592
parent67e0a632e6a041394663b2cf6f5dcf642fe662eb (diff)
downloadgcc-c98662e02092adc0bd3fe4cf898f5bf2ba533f37.zip
gcc-c98662e02092adc0bd3fe4cf898f5bf2ba533f37.tar.gz
gcc-c98662e02092adc0bd3fe4cf898f5bf2ba533f37.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/c-common.h1
-rw-r--r--gcc/rtl.h3
3 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5f5eb4c..0385d8fd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/c-common.h b/gcc/c-common.h
index 014b0ca..92ab71d 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 7539ead..42c4db6 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);