aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-wttest.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2005-02-10 14:51:40 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2005-02-10 14:51:40 +0100
commit4e45e7a930bff7c7e6bbfa5f390a14411dc88dd7 (patch)
tree63cfc97375650994bb335d260cabbdfd63f70efd /gcc/ada/a-wttest.adb
parent82c80734715c801643075ab68c5c9a5e00da1b03 (diff)
downloadgcc-4e45e7a930bff7c7e6bbfa5f390a14411dc88dd7.zip
gcc-4e45e7a930bff7c7e6bbfa5f390a14411dc88dd7.tar.gz
gcc-4e45e7a930bff7c7e6bbfa5f390a14411dc88dd7.tar.bz2
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-wttest.adb')
-rw-r--r--gcc/ada/a-wttest.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-wttest.adb b/gcc/ada/a-wttest.adb
index af0db6c..8e925f1 100644
--- a/gcc/ada/a-wttest.adb
+++ b/gcc/ada/a-wttest.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- 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- --
@@ -39,7 +39,7 @@ package body Ada.Wide_Text_IO.Text_Streams is
-- Stream --
------------
- function Stream (File : in File_Type) return Stream_Access is
+ function Stream (File : File_Type) return Stream_Access is
begin
System.File_IO.Check_File_Open (FCB.AFCB_Ptr (File));
return Stream_Access (File);