* gcc-interface/utils.c, gcc-interface/gigi.h: Minor reformatting.
authorArnaud Charlet <charlet@adacore.com>
Fri, 22 Oct 2010 09:16:39 +0000 (09:16 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 22 Oct 2010 09:16:39 +0000 (11:16 +0200)
From-SVN: r165806

gcc/ada/ChangeLog
gcc/ada/gcc-interface/gigi.h
gcc/ada/gcc-interface/utils.c

index 07ce0f5cfc33c45ccc93dd85dc2cc4062e8e797e..81e0e099c04ef377b36368af40bfe02711db518f 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-22  Arnaud Charlet  <charlet@adacore.com>
+
+       * gcc-interface/utils.c, gcc-interface/gigi.h: Minor reformatting.
+
 2010-10-22  Thomas Quinot  <quinot@adacore.com>
 
        * einfo.ads (Declaration_Node): Clarify documentation, in particular
index 8b696a5b59af0ffef8e2f9f740939b28a474b1df..d472239425ad3137c5089133328ea9d56db76c74 100644 (file)
@@ -374,7 +374,8 @@ enum exception_info_kind
   /* Range exception information: file:line + index, first, last.  */
   exception_range,
   /* Column exception information: file:line:column.  */
-  exception_column};
+  exception_column
+};
 
 extern GTY(()) tree gnat_std_decls[(int) ADT_LAST];
 extern GTY(()) tree gnat_raise_decls[(int) LAST_REASON_CODE + 1];
index ef0e8f209fe441af4e7d110e755d6101bf6dfb96..b70c6b721f1f72ff0f5e3240f688d2d070435a93 100644 (file)
@@ -79,7 +79,7 @@ tree gnat_std_decls[(int) ADT_LAST];
 /* Functions to call for each of the possible raise reasons.  */
 tree gnat_raise_decls[(int) LAST_REASON_CODE + 1];
 
-/* Functions to call with extra info for each of the possible raise reasons.  */
+/* Likewise, but with extra info for each of the possible raise reasons.  */
 tree gnat_raise_decls_ext[(int) LAST_REASON_CODE + 1];
 
 /* Forward declarations for handlers of attributes.  */