diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-22 18:54:25 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-22 18:54:25 +0000 |
| commit | 9e3dfcb8bffe216400be668a4506b2da0f9e2394 (patch) | |
| tree | 77016ed9c30718657394daa0615bb2a3468cf004 /gcc/c-common.h | |
| parent | 051d93c10edb0180328b29ced254887202028bfd (diff) | |
| download | ppe42-gcc-9e3dfcb8bffe216400be668a4506b2da0f9e2394.tar.gz ppe42-gcc-9e3dfcb8bffe216400be668a4506b2da0f9e2394.zip | |
* c-semantics.c (re_push_stmt_list): Remove.
* c-common.h: Remove the corresponding prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89468 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
| -rw-r--r-- | gcc/c-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 8f2763819a0..77e2c279bc3 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -295,7 +295,6 @@ 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 re_push_stmt_list (tree); extern tree pop_stmt_list (tree); extern tree add_stmt (tree); extern void push_cleanup (tree, tree, bool); |

