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.adb | |
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.adb')
-rw-r--r-- | gcc/ada/a-tigeau.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-tigeau.adb b/gcc/ada/a-tigeau.adb index 425011c764c..919d690bc29 100644 --- a/gcc/ada/a-tigeau.adb +++ b/gcc/ada/a-tigeau.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2005, 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- -- @@ -426,7 +426,7 @@ package body Ada.Text_IO.Generic_Aux is procedure Store_Char (File : File_Type; ch : int; - Buf : out String; + Buf : in out String; Ptr : in out Integer) is begin |