comparison gcc/ada/libgnat/s-stratt.ads @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
4 -- -- 4 -- --
5 -- S Y S T E M . S T R E A M _ A T T R I B U T E S -- 5 -- S Y S T E M . S T R E A M _ A T T R I B U T E S --
6 -- -- 6 -- --
7 -- S p e c -- 7 -- S p e c --
8 -- -- 8 -- --
9 -- Copyright (C) 1992-2018, Free Software Foundation, Inc. -- 9 -- Copyright (C) 1992-2019, Free Software Foundation, Inc. --
10 -- -- 10 -- --
11 -- GNAT is free software; you can redistribute it and/or modify it under -- 11 -- GNAT is free software; you can redistribute it and/or modify it under --
12 -- terms of the GNU General Public License as published by the Free Soft- -- 12 -- terms of the GNU General Public License as published by the Free Soft- --
13 -- ware Foundation; either version 3, or (at your option) any later ver- -- 13 -- ware Foundation; either version 3, or (at your option) any later ver- --
14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- 14 -- sion. GNAT is distributed in the hope that it will be useful, but WITH- --
152 procedure W_WC (Stream : not null access RST; Item : Wide_Character); 152 procedure W_WC (Stream : not null access RST; Item : Wide_Character);
153 procedure W_WWC (Stream : not null access RST; Item : Wide_Wide_Character); 153 procedure W_WWC (Stream : not null access RST; Item : Wide_Wide_Character);
154 154
155 function Block_IO_OK return Boolean; 155 function Block_IO_OK return Boolean;
156 -- Package System.Stream_Attributes has several bodies - the default one 156 -- Package System.Stream_Attributes has several bodies - the default one
157 -- distributed with GNAT, and s-stratt-xdr.adb, which is based on the XDR 157 -- distributed with GNAT, and s-stratt__xdr.adb, which is based on the XDR
158 -- standard. Both bodies share the same spec. The role of this function is 158 -- standard. Both bodies share the same spec. The role of this function is
159 -- to indicate whether the current version of System.Stream_Attributes 159 -- to indicate whether the current version of System.Stream_Attributes
160 -- supports block IO. See System.Strings.Stream_Ops (s-ststop) for details. 160 -- supports block IO. See System.Strings.Stream_Ops (s-ststop) for details.
161 161
162 private 162 private