aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-22 18:54:25 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-22 18:54:25 +0000
commit3a6210c52f7720340a39a2f227b0941bf9d9b9ba (patch)
tree77016ed9c30718657394daa0615bb2a3468cf004 /gcc/c-common.h
parent11901f5dcc236898548cc5eb740ef7388ad21860 (diff)
downloadgcc-3a6210c52f7720340a39a2f227b0941bf9d9b9ba.zip
gcc-3a6210c52f7720340a39a2f227b0941bf9d9b9ba.tar.gz
gcc-3a6210c52f7720340a39a2f227b0941bf9d9b9ba.tar.bz2
c-semantics.c (re_push_stmt_list): Remove.
* c-semantics.c (re_push_stmt_list): Remove. * c-common.h: Remove the corresponding prototype. From-SVN: r89468
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index 8f27638..77e2c27 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);