summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-08 17:07:49 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-08 17:07:49 +0000
commit2dc08a372f802ce439828093d3da39f54249978b (patch)
tree892f2b37855d9360545676e9495301dab50ad7e4 /gcc/c-tree.h
parente17c8dddb96240584244d12f2b18d057131e753b (diff)
downloadgcc-2dc08a372f802ce439828093d3da39f54249978b.tar.gz
* c-tree.h (C_LANG_TREE_NODE_CHAIN_NEXT): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97836 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 89d02881800..c6e0ca967fc 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -30,13 +30,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#define C_SIZEOF_STRUCT_LANG_IDENTIFIER \
(sizeof (struct c_common_identifier) + 3 * sizeof (void *))
-/* For gc purposes, return the most likely link for the longest chain. */
-#define C_LANG_TREE_NODE_CHAIN_NEXT(T) \
- ((union lang_tree_node *) \
- (TREE_CODE (T) == INTEGER_TYPE ? TYPE_NEXT_VARIANT (T) \
- : TREE_CODE (T) == COMPOUND_EXPR ? TREE_OPERAND (T, 1) \
- : TREE_CHAIN (T)))
-
/* Language-specific declaration information. */
struct lang_decl GTY(())