diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-02 15:12:44 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-02 15:12:44 +0000 |
commit | 1a8692d32d0edafcfbf604a452a306f071689ebe (patch) | |
tree | 875bc4d90cade5d66fe445a60ccc5c3ce6c29d00 /gcc/ada/stand.ads | |
parent | 9eaf25faee9936edd3e68500f547a739b3049cf2 (diff) | |
download | gcc-1a8692d32d0edafcfbf604a452a306f071689ebe.tar.gz |
2011-08-02 Robert Dewar <dewar@adacore.com>
* inline.adb, stand.ads, sem_ch6.adb, sem_ch8.adb: Minor reformatting.
2011-08-02 Yannick Moy <moy@adacore.com>
* sem_ch4.ads: minor formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177176 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/stand.ads')
-rw-r--r-- | gcc/ada/stand.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/stand.ads b/gcc/ada/stand.ads index 40c51d06c03..07c86b65ecf 100644 --- a/gcc/ada/stand.ads +++ b/gcc/ada/stand.ads @@ -313,7 +313,8 @@ package Stand is Boolean_Literals : array (Boolean) of Entity_Id; -- Entities for the two boolean literals, used by the expander - -- Standard types which are in ALFA are associated to True + -- Standard types which are in ALFA are associated set to True + Standard_Type_Is_In_ALFA : array (S_Types) of Boolean := (S_Boolean => True, |