aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1995-03-01 19:40:59 -0800
committerPer Bothner <bothner@gcc.gnu.org>1995-03-01 19:40:59 -0800
commit6f09c35cdebf2ab0dd8ad0f254ee57bde8b866cc (patch)
tree5b987b71ce9d01d564baa328e4dbec23677ef74f /gcc/tree.h
parentb001a02f29a98c6363df45d523f21378e0c1e516 (diff)
downloadgcc-6f09c35cdebf2ab0dd8ad0f254ee57bde8b866cc.zip
gcc-6f09c35cdebf2ab0dd8ad0f254ee57bde8b866cc.tar.gz
gcc-6f09c35cdebf2ab0dd8ad0f254ee57bde8b866cc.tar.bz2
Remove Feb 13's FUNCTION_NEEDS_STATIC_CHAIN changes.
From-SVN: r9107
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index d2f07d0..5b66471 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -947,13 +947,6 @@ struct tree_type
alternative would be passed. */
#define DECL_TRANSPARENT_UNION(NODE) ((NODE)->decl.transparent_union)
-/* In a FUNCTION_DECL, zero means it is a nested function that needs
- a trampoline (closure). If nonzero, it is a normal function.
- (A nested function can be static if it doesn't need to reference
- stack variables in a surrounding function.)
- This is unrelated to whether a function is static in the C sense. */
-#define FUNCTION_NEEDS_STATIC_CHAIN(NODE) ((NODE)->decl.transparent_union)
-
/* Used in FUNCTION_DECLs to indicate that they should be run automatically
at the beginning or end of execution. */
#define DECL_STATIC_CONSTRUCTOR(NODE) ((NODE)->decl.static_ctor_flag)