* gcc-interface/utils.c, gcc-interface/gigi.h: Minor reformatting.
From-SVN: r165806
This commit is contained in:
parent
ea0342360d
commit
ca8e13e855
@ -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
|
||||
|
@ -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];
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user