diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-06 09:24:18 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-06 09:24:18 +0000 |
commit | 84da4cda68577f11cd51aceb86f80013d88c91bf (patch) | |
tree | 7a33019154533a3a90f97836a9dfc43537626273 /gcc/ada/gnat-style.texi | |
parent | da00c46b2f6482050cbd798a8e23db693efaad52 (diff) | |
download | gcc-84da4cda68577f11cd51aceb86f80013d88c91bf.tar.gz |
2007-04-06 Robert Dewar <dewar@adacore.com>
Arnaud Charlet <charlet@adacore.com>
Vincent Celier <celier@adacore.com>
* gnat_rm.texi, gnat_ugn.texi: Add -gnatyl documentation
Update 'Exception Handling Control' chapter which was outdated.
Minor fix to documentation of -gnatwq
Remove section "Adapting the Run Time to a New C++ Compiler" because
it is now obsolete.
Add passage on need of -nostart-files in some non-ada-main cases.
Document new switch -eS (/STANDARD_OUTPUT_FOR_COMMANDS) for gnatmake
Update documentation about Interfacing with C++
Add documentation for new gnatmake switch -p
Add missing protocol part in URLs.
Document -gnatyA
Document pragma Compile_Time_Error
Add documentation for Object_Size indicating that stand alone
objects can have a larger size in some cases.
Add node for GNAT.Byte_Swapping, GNAT.SHA1
Update reference to the Ravenscar profile.
Document pragma Unreferenced_Objects
* gnat-style.texi: Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123584 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gnat-style.texi')
-rw-r--r-- | gcc/ada/gnat-style.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gnat-style.texi b/gcc/ada/gnat-style.texi index 61fc713c8ab..b18ea30895f 100644 --- a/gcc/ada/gnat-style.texi +++ b/gcc/ada/gnat-style.texi @@ -243,7 +243,7 @@ capitalized when used as @syntax{attribute_designator}. @itemize @bullet @item -A comment starts with @code{--} followed by two spaces). +A comment starts with @code{--} followed by two spaces. The only exception to this rule (i.e.@: one space is tolerated) is when the comment ends with a single space followed by @code{--}. It is also acceptable to have only one space between @code{--} and the start |