aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-06-16 13:41:28 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-06-16 13:41:28 +0000
commit0eff02cdae2e3ede11ffca73536037869cbc8ff1 (patch)
treed047720c673d72f03b026069a084ceff8950dfe9 /gcc/tree.h
parent4de8668e9c5dbabf27190c65ae105f0d735c0da2 (diff)
downloadgcc-0eff02cdae2e3ede11ffca73536037869cbc8ff1.zip
gcc-0eff02cdae2e3ede11ffca73536037869cbc8ff1.tar.gz
gcc-0eff02cdae2e3ede11ffca73536037869cbc8ff1.tar.bz2
c4x.c: Don't include "c-tree.h".
* config/c4x/c4x.c: Don't include "c-tree.h". * config/pa/pa.c: Likewise. * langhooks.c: Likewise. * tree.h (poplevel): Declare. From-SVN: r68016
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index aeee9d9..924629f 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2644,6 +2644,10 @@ extern GTY(()) tree current_function_func_begin_label;
extern int all_types_permanent;
+/* Exit a binding level. This function is provided by each language
+ frontend. */
+extern tree poplevel (int, int, int);
+
/* Declare a predefined function. Return the declaration. This function is
provided by each language frontend. */
extern tree builtin_function PARAMS ((const char *, tree, int,