diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-06-27 16:04:16 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-06-27 16:04:16 +0100 |
commit | 161d7b59c53f2377d1a4a8ab6507c67ff7d69969 (patch) | |
tree | 76e6d8df6aac1ff33fac4088927138d5683828f8 /gcc/doc/cppinternals.texi | |
parent | 740f35a0a1971dc4a0a5ffaaf62ec5859201abef (diff) | |
download | gcc-161d7b59c53f2377d1a4a8ab6507c67ff7d69969.zip gcc-161d7b59c53f2377d1a4a8ab6507c67ff7d69969.tar.gz gcc-161d7b59c53f2377d1a4a8ab6507c67ff7d69969.tar.bz2 |
c-tree.texi, [...]: Replace . at end of sentences preceded by a capital letter with @..
* doc/c-tree.texi, doc/contrib.texi, doc/cpp.texi,
doc/cppinternals.texi, doc/extend.texi, doc/gcc.texi,
doc/gcov.texi, doc/install-old.texi, doc/install.texi,
doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi: Replace
. at end of sentences preceded by a capital letter with @..
From-SVN: r43611
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 ac7088f..ece3b41 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. |