* ada-tree.h: Minor reformatting of previous change to avoid lines
longer than 79 characters.
From-SVN: r91296
+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
#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;
};