Commit da25d93e by Kazu Hirata Committed by Kazu Hirata

* c-tree.h (C_LANG_TREE_NODE_CHAIN_NEXT): Remove.

From-SVN: r97836
parent 937d85ba
2005-04-08 Kazu Hirata <kazu@cs.umass.edu>
* c-tree.h (C_LANG_TREE_NODE_CHAIN_NEXT): Remove.
2005-04-08 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/tpf.h (ASM_SPEC): Define.
......
......@@ -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(())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment