diff options
Diffstat (limited to 'gcc/doc/cppinternals.texi')
-rw-r--r-- | gcc/doc/cppinternals.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cppinternals.texi b/gcc/doc/cppinternals.texi index ac7088f8783..ece3b41ccdf 100644 --- a/gcc/doc/cppinternals.texi +++ b/gcc/doc/cppinternals.texi @@ -193,7 +193,7 @@ we don't allow the terminators of header names to be escaped; the first Interpretation of some character sequences depends upon whether we are lexing C, C++ or Objective-C, and on the revision of the standard in force. For example, @samp{::} is a single token in C++, but two -separate @samp{:} tokens, and almost certainly a syntax error, in C. +separate @samp{:} tokens, and almost certainly a syntax error, in C@. Such cases are handled in the main function @samp{_cpp_lex_token}, based upon the flags set in the @samp{cpp_options} structure. |