summaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-03-02 03:40:59 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-03-02 03:40:59 +0000
commit441471c8dfc8c3f87a2c168840eaccc4b958d183 (patch)
tree5b987b71ce9d01d564baa328e4dbec23677ef74f /gcc/tree.h
parent5109c4c3cec3a1cda98415706db3f95f92542bd3 (diff)
downloadgcc-441471c8dfc8c3f87a2c168840eaccc4b958d183.tar.gz
Remove Feb 13's FUNCTION_NEEDS_STATIC_CHAIN changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9107 138bc75d-0d04-0410-961f-82ee72b054a4
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 d2f07d07122..5b66471bccb 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)