diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-18 09:34:17 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-18 09:34:17 +0000 |
commit | 2ff55065e125bf8b532dfd898e65c9eac6939ca9 (patch) | |
tree | d7fb80a81af0997f5b112651970b927c9f5380b4 /gcc/ada/s-os_lib.ads | |
parent | 2a68b2f5a9adc10291c0dac815b63a3a514e3d34 (diff) | |
download | gcc-2ff55065e125bf8b532dfd898e65c9eac6939ca9.tar.gz |
2014-07-18 Robert Dewar <dewar@adacore.com>
* sem_attr.adb, s-os_lib.ads, prj-tree.adb: Minor reformatting.
* types.h: Fix typo.
2014-07-18 Robert Dewar <dewar@adacore.com>
* freeze.adb (Check_Address_Clause): Use Kill_Rep_Clause (no
functional change).
* gnat_ugn.texi: Document that -gnatI removes rep clauses from
ASIS trees.
* sem_ch13.adb (Kill_Rep_Clause): New procedure
(Analyze_Attribute_Definition_Clause): Use
Kill_Rep_Clause. This is just a cleanup, no functional effect.
(Analyze_Enumeration_Representation_Clause):
Use Kill_Rep_Clause. This means that enum rep
clauses are now properly removed from -gnatct trees.
(Analyze_Record_Representation_Clause): Same change.
* sem_ch13.ads (Kill_Rep_Clause): New procedure.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212789 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-os_lib.ads')
-rw-r--r-- | gcc/ada/s-os_lib.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-os_lib.ads b/gcc/ada/s-os_lib.ads index 810d7d4414a..50574a932e4 100644 --- a/gcc/ada/s-os_lib.ads +++ b/gcc/ada/s-os_lib.ads @@ -159,9 +159,9 @@ package System.OS_Lib is Hour : Hour_Type; Minute : Minute_Type; Second : Second_Type) return OS_Time; - -- Analogous to the Time_Of routine in Ada.Calendar, takes a set of - -- time component parts and returns an OS_Time. Returns Invalid_Time - -- if the creation fails. + -- Analogous to the Time_Of routine in Ada.Calendar, takes a set of time + -- component parts and returns an OS_Time. Returns Invalid_Time if the + -- creation fails. ---------------- -- File Stuff -- |