Commit 1b68067d by Andrew Cagney Committed by Andrew Cagney

cpp.texi: Append a trailing full-stop to xrefs where needed.

Thu Jul 27 11:54:17 2000  Andrew Cagney  <cagney@b1.cygnus.com>

        * cpp.texi: Append a trailing full-stop to xrefs where needed.

From-SVN: r35284
parent 4f21e377
Thu Jul 27 11:54:17 2000 Andrew Cagney <cagney@b1.cygnus.com>
* cpp.texi: Append a trailing full-stop to xrefs where needed.
2000-07-26 Dave Pitts <dpitts@cozx.com> 2000-07-26 Dave Pitts <dpitts@cozx.com>
* i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
......
...@@ -401,7 +401,7 @@ include. The text @var{anything else} is checked for macro calls, which ...@@ -401,7 +401,7 @@ include. The text @var{anything else} is checked for macro calls, which
are expanded (@pxref{Macros}). When this is done, the result must match are expanded (@pxref{Macros}). When this is done, the result must match
one of the above two variants --- in particular, the expansion must form one of the above two variants --- in particular, the expansion must form
a string literal token, or a sequence of tokens surrounded by angle a string literal token, or a sequence of tokens surrounded by angle
braces. @xref{Unreliable Features} braces. @xref{Unreliable Features}.
This feature allows you to define a macro which controls the file name This feature allows you to define a macro which controls the file name
to be used at a later point in the program. One application of this is to be used at a later point in the program. One application of this is
...@@ -2774,7 +2774,7 @@ The text between the @samp{<} and @samp{>} is taken literally if given ...@@ -2774,7 +2774,7 @@ The text between the @samp{<} and @samp{>} is taken literally if given
directly within a @samp{#include} or similar directive. If a directive directly within a @samp{#include} or similar directive. If a directive
of this form is obtained through macro expansion, however, behavior like of this form is obtained through macro expansion, however, behavior like
preservation of whitespace, and interpretation of backslashes and quotes preservation of whitespace, and interpretation of backslashes and quotes
is undefined. @xref{Include Syntax} is undefined. @xref{Include Syntax}.
@item Precedence of ## operators with respect to each other @item Precedence of ## operators with respect to each other
...@@ -2844,7 +2844,7 @@ used at all. ...@@ -2844,7 +2844,7 @@ used at all.
@item #pragma poison @item #pragma poison
This pragma has been superceded by @samp{#pragma GCC poison}. This pragma has been superceded by @samp{#pragma GCC poison}.
@xref{Poisoning} @xref{Poisoning}.
@item Multi-line string literals in directives @item Multi-line string literals in directives
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment