diff options
author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-03-02 03:40:59 +0000 |
---|---|---|
committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-03-02 03:40:59 +0000 |
commit | 441471c8dfc8c3f87a2c168840eaccc4b958d183 (patch) | |
tree | 5b987b71ce9d01d564baa328e4dbec23677ef74f /gcc/tree.h | |
parent | 5109c4c3cec3a1cda98415706db3f95f92542bd3 (diff) | |
download | gcc-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.h | 7 |
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) |