From: Piotr Trojanek Date: Fri, 26 Mar 2021 22:23:01 +0000 (+0100) Subject: [Ada] Fix unbalanced parens in documentation of Address clauses X-Git-Tag: basepoints/gcc-13~6630 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e171a399ef7c552f40d6f4611bbd0c690e095ab7;p=thirdparty%2Fgcc.git [Ada] Fix unbalanced parens in documentation of Address clauses gcc/ada/ * doc/gnat_rm/representation_clauses_and_pragmas.rst (Address Clauses): Fix unbalanced parens. * gnat_rm.texi: Regenerate. --- diff --git a/gcc/ada/doc/gnat_rm/representation_clauses_and_pragmas.rst b/gcc/ada/doc/gnat_rm/representation_clauses_and_pragmas.rst index c13a882d4520..f755fc1cf52b 100644 --- a/gcc/ada/doc/gnat_rm/representation_clauses_and_pragmas.rst +++ b/gcc/ada/doc/gnat_rm/representation_clauses_and_pragmas.rst @@ -1738,7 +1738,7 @@ of the use of this pragma. This may cause an overlay to have this unintended clobbering effect. The compiler avoids this for scalar types, but not for composite objects (where in general the effect of ``Initialize_Scalars`` is part of the initialization routine -for the composite object: +for the composite object): :: diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index 5c229956a17f..59e27aa07dfe 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -19946,7 +19946,7 @@ of the use of this pragma. This may cause an overlay to have this unintended clobbering effect. The compiler avoids this for scalar types, but not for composite objects (where in general the effect of @code{Initialize_Scalars} is part of the initialization routine -for the composite object: +for the composite object): @example pragma Initialize_Scalars;