From e171a399ef7c552f40d6f4611bbd0c690e095ab7 Mon Sep 17 00:00:00 2001 From: Piotr Trojanek Date: Fri, 26 Mar 2021 23:23:01 +0100 Subject: [PATCH] [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. --- gcc/ada/doc/gnat_rm/representation_clauses_and_pragmas.rst | 2 +- gcc/ada/gnat_rm.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.2