aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/g-io.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-io.ads')
-rw-r--r--gcc/ada/g-io.ads5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/g-io.ads b/gcc/ada/g-io.ads
index 9080381..526f192 100644
--- a/gcc/ada/g-io.ads
+++ b/gcc/ada/g-io.ads
@@ -6,8 +6,7 @@
-- --
-- S p e c --
-- --
--- --
--- Copyright (C) 1995-2001 Ada Core Technologies, Inc. --
+-- Copyright (C) 1995-2002 Ada Core Technologies, 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- --
@@ -54,7 +53,7 @@ pragma Preelaborate (IO);
procedure Get (X : out Integer);
procedure Get (C : out Character);
- procedure Get_Line (Item : in out String; Last : out Natural);
+ procedure Get_Line (Item : out String; Last : out Natural);
-- These routines always read from Standard_Input
procedure Put (File : File_Type; X : Integer);