diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-06 10:22:05 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-06 10:22:05 +0000 |
commit | 8d2c127f4aac5219552d935fc0e1861d18dd12fa (patch) | |
tree | 1bd2c9f57c2744c525cff29bb7f3d98b8185b2e4 /gcc/ada/a-tigeau.ads | |
parent | 49651b8d2284d3fc1d89cce19df962707f46c451 (diff) | |
download | gcc-8d2c127f4aac5219552d935fc0e1861d18dd12fa.tar.gz |
2007-04-20 Robert Dewar <dewar@adacore.com>
* a-tigeau.ads, a-tigeau.adb: (Store_Char): Change Buf to IN OUT
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125385 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-tigeau.ads')
-rw-r--r-- | gcc/ada/a-tigeau.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-tigeau.ads b/gcc/ada/a-tigeau.ads index 786b7556d33..d0443739142 100644 --- a/gcc/ada/a-tigeau.ads +++ b/gcc/ada/a-tigeau.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2007, 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- -- @@ -164,7 +164,7 @@ private package Ada.Text_IO.Generic_Aux is procedure Store_Char (File : File_Type; ch : Integer; - Buf : out String; + Buf : in out String; Ptr : in out Integer); -- Store a single character in buffer, checking for overflow and -- adjusting the column number in the file to reflect the fact |