diff options
Diffstat (limited to 'gcc/ada/a-tiunio.ads')
-rw-r--r-- | gcc/ada/a-tiunio.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/a-tiunio.ads b/gcc/ada/a-tiunio.ads index 43406af1c46..68f8a17ebeb 100644 --- a/gcc/ada/a-tiunio.ads +++ b/gcc/ada/a-tiunio.ads @@ -1,6 +1,6 @@ ------------------------------------------------------------------------------ -- -- --- GNAT RUNTIME COMPONENTS -- +-- GNAT RUN-TIME COMPONENTS -- -- -- -- A D A . T E X T _ I O . U N B O U N D E D _ I O -- -- -- @@ -19,7 +19,6 @@ -- implementation anyway, since we need access to the internal representation -- of Ada.Strings.Unbounded.Unbounded_String. - with Ada.Strings.Unbounded; with Ada.Strings.Unbounded.Text_IO; |