OSDN Git Service

* ada-tree.h: Minor reformatting of previous change to avoid lines
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Nov 2004 16:08:51 +0000 (16:08 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Nov 2004 16:08:51 +0000 (16:08 +0000)
longer than 79 characters.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91296 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog
gcc/ada/ada-tree.h

index b10aaf0..35e0042 100644 (file)
@@ -1,3 +1,8 @@
+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
index 319ec2e..fde9969 100644 (file)
@@ -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;
 };