]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ioexcept.ads, [...]: Correct comment.
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 1 Aug 2008 10:33:45 +0000 (12:33 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 1 Aug 2008 10:33:45 +0000 (12:33 +0200)
2008-08-01  Bob Duff  <duff@adacore.com>

* ioexcept.ads, sequenio.ads, directio.ads: Correct comment.

From-SVN: r138508

gcc/ada/ChangeLog
gcc/ada/directio.ads
gcc/ada/ioexcept.ads
gcc/ada/sequenio.ads

index 2e8aa97fa61181b1583d04b960a57dfa57eff84a..220065229e3903ea98f83c1daededc6662aa94cd 100644 (file)
@@ -1,3 +1,14 @@
+2008-08-01  Robert Dewar  <dewar@adacore.com>
+
+       * sem_prag.adb (Check_Form_Of_Interface_Name): Refine and improve
+       warnings
+
+       * lib-xref.adb: Add error defense.
+
+2008-08-01  Bob Duff  <duff@adacore.com>
+
+       * ioexcept.ads, sequenio.ads, directio.ads: Correct comment.
+
 2008-08-01  Gary Dismukes  <dismukes@adacore.com>
 
        * exp_ch6.adb (Expand_Call): Adjustment to previous fix for passing
index b69ca4467e16c13f833daf5eabf455512f93c4e4..c09f77270b96a25c7faae34b8e823c8126219f4a 100644 (file)
@@ -15,9 +15,9 @@
 
 pragma Ada_2005;
 --  Explicit setting of Ada 2005 mode is required here, since we want to with a
---  child unit (not possible in Ada 83 mode), and Text_IO is not considered to
---  be an internal unit that is automatically compiled in Ada 2005 mode (since
---  a user is allowed to redeclare Direct_IO).
+--  child unit (not possible in Ada 83 mode), and Direct_IO is not considered
+--  to be an internal unit that is automatically compiled in Ada 2005 mode
+--  (since a user is allowed to redeclare Direct_IO).
 
 with Ada.Direct_IO;
 
index 0473ff32bdfd083c631b70153398921e617e9bd7..efdadc713c93cd1409e580cab7773772084308b5 100644 (file)
@@ -15,9 +15,9 @@
 
 pragma Ada_2005;
 --  Explicit setting of Ada 2005 mode is required here, since we want to with a
---  child unit (not possible in Ada 83 mode), and Text_IO is not considered to
---  be an internal unit that is automatically compiled in Ada 2005 mode (since
---  a user is allowed to redeclare IO_Exceptions).
+--  child unit (not possible in Ada 83 mode), and IO_Exceptions is not
+--  considered to be an internal unit that is automatically compiled in Ada
+--  2005 mode (since a user is allowed to redeclare IO_Exceptions).
 
 with Ada.IO_Exceptions;
 
index 7fdf72d782fb6c4abf101cfb685dd90770f302e3..42522fb9072be846637ce1fd169d9acbcf807815 100644 (file)
@@ -15,9 +15,9 @@
 
 pragma Ada_2005;
 --  Explicit setting of Ada 2005 mode is required here, since we want to with a
---  child unit (not possible in Ada 83 mode), and Text_IO is not considered to
---  be an internal unit that is automatically compiled in Ada 2005 mode (since
---  a user is allowed to redeclare Sequential_IO).
+--  child unit (not possible in Ada 83 mode), and Sequential_IO is not
+--  considered to be an internal unit that is automatically compiled in Ada
+--  2005 mode (since a user is allowed to redeclare Sequential_IO).
 
 with Ada.Sequential_IO;