diff options
author | Neil Booth <neil@cat.daikokuya.co.uk> | 2003-05-11 20:16:39 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-05-11 20:16:39 +0000 |
commit | ac38d8da36c73f77adf130019fa0c247fdca64a1 (patch) | |
tree | 546a442b1ebe20e6d9e17b3b6db498ff2aa70ce3 /gcc/doc/cpp.texi | |
parent | 82b1c974a24d2f8df01f191c0e5cf1fceae0f2d1 (diff) | |
download | gcc-ac38d8da36c73f77adf130019fa0c247fdca64a1.zip gcc-ac38d8da36c73f77adf130019fa0c247fdca64a1.tar.gz gcc-ac38d8da36c73f77adf130019fa0c247fdca64a1.tar.bz2 |
* doc/cpp.texi: Fix typos.
From-SVN: r66697
Diffstat (limited to 'gcc/doc/cpp.texi')
-rw-r--r-- | gcc/doc/cpp.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 336cc47..62da31f 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -264,7 +264,7 @@ complete support for international character sets in a future release. Different systems use different conventions to indicate the end of a line. GCC accepts the ASCII control sequences @kbd{LF}, @kbd{@w{CR -LF}}, @kbd{CR} as end-of-line markers. These +LF}} and @kbd{CR} as end-of-line markers. These are the canonical sequences used by Unix, DOS and VMS, and the classic Mac OS (before OSX) respectively. You may therefore safely copy source code written on any of those systems to a different one and use @@ -1857,7 +1857,8 @@ use. You can use @code{__OBJC__} to test whether a header is compiled by a C compiler or a Objective-C compiler. @item __ASSEMBLER__ -This macro is defined with value 1 when preprocessing assembler. +This macro is defined with value 1 when preprocessing assembly +language. @end table |