2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-18 06:10:24 +08:00

a-tigeau.ads, [...]: (Store_Char): Change Buf to IN OUT

2007-04-20  Robert Dewar  <dewar@adacore.com>

	* a-tigeau.ads, a-tigeau.adb: (Store_Char): Change Buf to IN OUT

From-SVN: r125385
This commit is contained in:
Robert Dewar 2007-06-06 12:22:05 +02:00 committed by Arnaud Charlet
parent a01f02965d
commit b51711b545
2 changed files with 4 additions and 4 deletions

@ -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

@ -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