aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2003-06-19 14:25:36 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-19 14:25:36 +0200
commite295f31755a1ace8e951cc63b4d7f2851ac9dee1 (patch)
treeb6d2073ea90e334c020c7570d062f0d8453a39fd /gcc/c-tree.h
parent551dc3602f1b8f12a734e70a20bf4ddd586e007a (diff)
downloadgcc-e295f31755a1ace8e951cc63b4d7f2851ac9dee1.zip
gcc-e295f31755a1ace8e951cc63b4d7f2851ac9dee1.tar.gz
gcc-e295f31755a1ace8e951cc63b4d7f2851ac9dee1.tar.bz2
c-tree.h: Remove declaration of poplevel.
* c-tree.h: Remove declaration of poplevel. * tree.h: Remove declaration of approx_sqrt. * c-lex.c: Remove redundant declaration of asm_out_file. * flags.h: Remove declaration of warn_unknown_pragma and main_input_filename. * rtl.h: Remove functions from fold-const.c since they're already declared in tree.h. * regs.h: Remove redundant declaration of reg_names. cp: * cp-tree.h: Remove duplicated declarations. From-SVN: r68193
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 368c970..62a6d4a 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -175,7 +175,6 @@ extern int global_bindings_p PARAMS ((void));
extern int kept_level_p PARAMS ((void));
extern tree getdecls PARAMS ((void));
extern void pushlevel PARAMS ((int));
-extern tree poplevel PARAMS ((int,int, int));
extern void insert_block PARAMS ((tree));
extern void set_block PARAMS ((tree));
extern tree pushdecl PARAMS ((tree));