mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 15:11:08 +08:00
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:
parent
67e0a632e6
commit
c98662e020
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user