diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2024-04-03 13:02:12 +0200 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2024-06-10 11:03:59 +0200 |
commit | 3da7847e82e8416af107a64fa980ae0f7cf0a110 (patch) | |
tree | fdbfd5aeed389937b5e2233ba7bc3888ea9c46e5 /gcc/ada/gnat_ugn.texi | |
parent | e425edc58025990c01a25c9a8be016a2f41e787e (diff) | |
download | gcc-3da7847e82e8416af107a64fa980ae0f7cf0a110.zip gcc-3da7847e82e8416af107a64fa980ae0f7cf0a110.tar.gz gcc-3da7847e82e8416af107a64fa980ae0f7cf0a110.tar.bz2 |
ada: Adjust comments and doc about the new use of restriction No_Streams
Extend code comment; move recently added documentation from pragma
No_Tagged_Streams to restriction No_Streams.
gcc/ada/
* doc/gnat_rm/implementation_defined_pragmas.rst
(No_Tagged_Streams): Move documentation.
* doc/gnat_rm/standard_and_implementation_defined_restrictions.rst
(No_Streams): Likewise.
* exp_disp.adb (Make_DT): Extend comment.
* gnat_rm.texi: Regenerate.
* gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc/ada/gnat_ugn.texi')
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 2df2a78..73f496f 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -19,7 +19,7 @@ @copying @quotation -GNAT User's Guide for Native Platforms , Apr 16, 2024 +GNAT User's Guide for Native Platforms , May 28, 2024 AdaCore @@ -29645,8 +29645,8 @@ to permit their use in free software. @printindex ge -@anchor{d1}@w{ } @anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ } +@anchor{d1}@w{ } @c %**end of body @bye |