diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2021-03-26 23:23:01 +0100 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-06-21 06:45:08 -0400 |
commit | e171a399ef7c552f40d6f4611bbd0c690e095ab7 (patch) | |
tree | abcf6e2e5cd7756b48d722240ff4e471d4f384f5 | |
parent | 48cf9f997518c79fbe1144093f609dbc22b1be4f (diff) | |
download | gcc-e171a399ef7c552f40d6f4611bbd0c690e095ab7.zip gcc-e171a399ef7c552f40d6f4611bbd0c690e095ab7.tar.gz gcc-e171a399ef7c552f40d6f4611bbd0c690e095ab7.tar.bz2 |
[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.
-rw-r--r-- | gcc/ada/doc/gnat_rm/representation_clauses_and_pragmas.rst | 2 | ||||
-rw-r--r-- | 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 c13a882..f755fc1 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 5c22995..59e27aa0 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; |