diff options
author | Joseph Myers <joseph@codesourcery.com> | 2004-11-05 01:36:57 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-11-05 01:36:57 +0000 |
commit | 8a36672b01cc7b4d693b6fba1e3f3ec8debd72cf (patch) | |
tree | a9c9ed7762521a6520eab46209e136ee537e932b /gcc/doc/cpp.texi | |
parent | f0eb93a806a875b7e89f5a2f5217063c0daa0db8 (diff) | |
download | gcc-8a36672b01cc7b4d693b6fba1e3f3ec8debd72cf.zip gcc-8a36672b01cc7b4d693b6fba1e3f3ec8debd72cf.tar.gz gcc-8a36672b01cc7b4d693b6fba1e3f3ec8debd72cf.tar.bz2 |
c-tree.texi, [...]: Correct end-of-sentence markup and markup of "etc.", "e.g." and "i.e.".
* doc/c-tree.texi, doc/cfg.texi, doc/contrib.texi, doc/cpp.texi,
doc/cppopts.texi, doc/extend.texi, doc/fragments.texi,
doc/frontends.texi, doc/gcov.texi, doc/hostconfig.texi,
doc/implement-c.texi, doc/install.texi, doc/invoke.texi,
doc/libgcc.texi, doc/md.texi, doc/passes.texi,
doc/portability.texi, doc/rtl.texi, doc/sourcebuild.texi,
doc/standards.texi, doc/tm.texi, doc/tree-ssa.texi,
doc/trouble.texi: Correct end-of-sentence markup and markup of
"etc.", "e.g." and "i.e.". Use @code in various places where
appropriate.
From-SVN: r90101
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r-- | gcc/doc/cpp.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index efaf861..66f92818 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -230,7 +230,7 @@ differences that do exist are detailed in the section @ref{Traditional Mode}. For clarity, unless noted otherwise, references to @samp{CPP} in this -manual refer to GNU CPP. +manual refer to GNU CPP@. @c man end @menu @@ -596,7 +596,7 @@ Punctuator: @{ @} [ ] # ## @end smallexample @cindex other tokens -Any other single character is considered ``other''. It is passed on to +Any other single character is considered ``other''. It is passed on to the preprocessor's output unmolested. The C compiler will almost certainly reject source code containing ``other'' tokens. In ASCII, the only other characters are @samp{@@}, @samp{$}, @samp{`}, and control @@ -2091,7 +2091,7 @@ handling. @item __NEXT_RUNTIME__ This macro is defined, with value 1, if (and only if) the NeXT runtime -(as in @option{-fnext-runtime}) is in use for Objective-C. If the GNU +(as in @option{-fnext-runtime}) is in use for Objective-C@. If the GNU runtime is used, this macro is not defined, so that you can use this macro to determine which runtime (NeXT or GNU) is being used. @@ -3559,7 +3559,7 @@ replacement text before storing it, but preserves the form of internal whitespace. One consequence is that it is legitimate for the replacement text to -contain an unmatched quote (@pxref{Traditional lexical analysis}). An +contain an unmatched quote (@pxref{Traditional lexical analysis}). An unclosed string or character constant continues into the text following the macro call. Similarly, the text at the end of a macro's expansion can run together with the text after the macro invocation to @@ -3802,7 +3802,7 @@ target character, and then or-ing in the bit-pattern of the new character truncated to the width of a target character. The final bit-pattern is given type @code{int}, and is therefore signed, regardless of whether single characters are signed or not (a slight -change from versions 3.1 and earlier of GCC). If there are more +change from versions 3.1 and earlier of GCC)@. If there are more characters in the constant than would fit in the target @code{int} the compiler issues a warning, and the excess leading characters are ignored. |