diff options
author | Robert Dewar <dewar@adacore.com> | 2005-02-10 14:51:40 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-02-10 14:51:40 +0100 |
commit | 4e45e7a930bff7c7e6bbfa5f390a14411dc88dd7 (patch) | |
tree | 63cfc97375650994bb335d260cabbdfd63f70efd /gcc/ada/a-wtcoau.ads | |
parent | 82c80734715c801643075ab68c5c9a5e00da1b03 (diff) | |
download | gcc-4e45e7a930bff7c7e6bbfa5f390a14411dc88dd7.tar.gz |
a-strunb.ads, [...]: Add missing pragma Ada_05 statements Fix name of Set routine
2005-02-09 Robert Dewar <dewar@adacore.com>
* a-strunb.ads, a-strunb.adb: Add missing pragma Ada_05 statements
Fix name of Set routine
* a-strfix.ads, a-strfix.adb: Add new index functions from AI-301 to
fixed packages.
* a-stwise.ads, a-stwise.adb, a-stwifi.ads, a-stwifi.adb,
a-strsea.ads, a-strsea.adb: Add new index functions from AI-301 to
fixed packages
* a-witeio.ads, a-witeio.adb, a-textio.ads, a-textio.adb: New function
forms of Get_Line subprograms for AI-301.
* a-wtcoau.adb, a-wtcoau.ads, a-wtcoio.adb, a-wtcoio.ads,
a-wtedit.adb, a-wtedit.adb, a-wtedit.ads, a-wttest.adb,
a-wttest.ads, a-strmap.ads, a-strmap.adb, a-stwima.adb,
a-stwima.ads: Minor reformatting.
From-SVN: r94810
Diffstat (limited to 'gcc/ada/a-wtcoau.ads')
-rw-r--r-- | gcc/ada/a-wtcoau.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-wtcoau.ads b/gcc/ada/a-wtcoau.ads index b6fc12152aa..95aa3459268 100644 --- a/gcc/ada/a-wtcoau.ads +++ b/gcc/ada/a-wtcoau.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992,1993,1994,1995,1996 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -42,7 +42,7 @@ package Ada.Wide_Text_IO.Complex_Aux is procedure Get - (File : in File_Type; + (File : File_Type; ItemR : out Long_Long_Float; ItemI : out Long_Long_Float; Width : Field); |