ioexcept.ads, [...]: Correct comment.
2008-08-01 Bob Duff <duff@adacore.com> * ioexcept.ads, sequenio.ads, directio.ads: Correct comment. From-SVN: r138508
This commit is contained in:
parent
30dc431315
commit
2b7473059a
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user