diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-26 14:45:08 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-26 14:45:08 +0200 |
commit | 41def521490f8909ab12bca7580171573e532d55 (patch) | |
tree | 4efc0ad7aeea0175a033242d21d60e7aa4fa23f7 /gcc/ada/sinfo.ads | |
parent | 847ec40a79b07dce226253ead15a9c292354ed00 (diff) | |
download | gcc-41def521490f8909ab12bca7580171573e532d55.tar.gz |
* sinfo.ads: Minor reformatting
From-SVN: r135915
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r-- | gcc/ada/sinfo.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 536118f9586..c2043b1153a 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -1414,12 +1414,12 @@ package Sinfo is -- full details) -- No_Initialization (Flag13-Sem) - -- Present in N_Object_Declaration & N_Allocator to indicate that the + -- Present in N_Object_Declaration and N_Allocator to indicate that the -- object must not be initialized (by Initialize or call to an init -- proc). This is needed for controlled aggregates. When the Object -- declaration has an expression, this flag means that this expression -- should not be taken into account (needed for in place initialization - -- with aggregates) + -- with aggregates). -- No_Truncation (Flag17-Sem) -- Present in N_Unchecked_Type_Conversion node. This flag has an effect |