diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-11 07:30:09 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-11 07:30:09 +0000 |
commit | 92027cbe2082089e5b2309002a67b9ee1035c138 (patch) | |
tree | 6414d1c6a01ac844be3431e1be83e8ad5acd50ff /gcc/ada/a-tigeli.adb | |
parent | ed8e5b8319e37114b39dd88e6ed9a4e51e8b894a (diff) | |
download | gcc-92027cbe2082089e5b2309002a67b9ee1035c138.tar.gz |
2010-10-11 Robert Dewar <dewar@adacore.com>
* s-multip.ads: Fix header.
* sem_ch3.adb, s-multip.adb, a-tigeli.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165275 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-tigeli.adb')
-rw-r--r-- | gcc/ada/a-tigeli.adb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/a-tigeli.adb b/gcc/ada/a-tigeli.adb index 107316957a2..c23cd347869 100644 --- a/gcc/ada/a-tigeli.adb +++ b/gcc/ada/a-tigeli.adb @@ -2,7 +2,7 @@ -- -- -- GNAT RUN-TIME COMPONENTS -- -- -- --- A D A . T E X T _ I O -- +-- A D A . T E X T _ I O . G E T _ L I N E -- -- -- -- B o d y -- -- -- @@ -29,6 +29,11 @@ -- -- ------------------------------------------------------------------------------ +-- The implementation of Ada.Text_IO.Get_Line is split into a subunit so that +-- different implementations can be used on different systems. This is the +-- standard implementation (it uses low level features not suitable for use +-- in the JVM or .NET implementations). + with System; use System; with System.Storage_Elements; use System.Storage_Elements; |