Commit 061fd2bf by Arnaud Charlet Committed by Arnaud Charlet

ada-tree.h: Minor reformatting of previous change to avoid lines longer than 79 characters.

	* ada-tree.h: Minor reformatting of previous change to avoid lines
	longer than 79 characters.

From-SVN: r91296
parent 792db14a
2004-11-25 Arnaud Charlet <charlet@adacore.com>
* ada-tree.h: Minor reformatting of previous change to avoid lines
longer than 79 characters.
2004-11-25 Olivier Hainque <hainque@adacore.com>
* tb-gcc.c: GCC infrastructure based implementation of
......
......@@ -34,8 +34,9 @@ enum gnat_tree_code {
#undef DEFTREECODE
/* Ada uses the lang_decl and lang_type fields to hold a tree. */
union lang_tree_node GTY((desc ("0"),
chain_next ("(union lang_tree_node *)TREE_CHAIN (&%h.t)")))
union lang_tree_node
GTY((desc ("0"),
chain_next ("(union lang_tree_node *)TREE_CHAIN (&%h.t)")))
{
union tree_node GTY((tag ("0"))) t;
};
......
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