diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2003-06-16 13:41:28 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2003-06-16 13:41:28 +0000 |
commit | 0eff02cdae2e3ede11ffca73536037869cbc8ff1 (patch) | |
tree | d047720c673d72f03b026069a084ceff8950dfe9 /gcc/tree.h | |
parent | 4de8668e9c5dbabf27190c65ae105f0d735c0da2 (diff) | |
download | gcc-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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, |