aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin v. Löwis <loewis@informatik.hu-berlin.de>2000-04-24 18:03:42 +0000
committerMartin v. Löwis <loewis@gcc.gnu.org>2000-04-24 18:03:42 +0000
commit9762e8a456b4a0ea5c9629b3dc4d16affd5cce72 (patch)
tree1001f01bdbc61b777abff48a73138617ab5aadeb
parent99e757d5101bd235e7d8915eaeefc76515876b55 (diff)
downloadgcc-9762e8a456b4a0ea5c9629b3dc4d16affd5cce72.zip
gcc-9762e8a456b4a0ea5c9629b3dc4d16affd5cce72.tar.gz
gcc-9762e8a456b4a0ea5c9629b3dc4d16affd5cce72.tar.bz2
invoke.texi: Correct grammatical errors...
* invoke.texi: Correct grammatical errors, document -fno-gnu-keywords as identical to -fno-asm for C++. From-SVN: r33384
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/invoke.texi9
2 files changed, 9 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index db80273..a942048 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-24 Martin v. Löwis <loewis@informatik.hu-berlin.de>
+
+ * invoke.texi: Correct grammatical errors, document
+ -fno-gnu-keywords as identical to -fno-asm for C++.
+
2000-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* aclocal.m4: (GCC_HEADER_STRING, GCC_NEED_DECLARATION,
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 3e13098..0e3a48a 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -745,8 +745,7 @@ instead. @samp{-ansi} implies @samp{-fno-asm}.
In C++, this switch only affects the @code{typeof} keyword, since
@code{asm} and @code{inline} are standard keywords. You may want to
-use the @samp{-fno-gnu-keywords} flag instead, as it also disables the
-other, C++-specific, extension keywords such as @code{headof}.
+use the @samp{-fno-gnu-keywords} flag instead, which has the same effect.
@item -fno-builtin
@cindex builtin functions
@@ -1099,9 +1098,9 @@ but to allow and give a warning for old-style code that would
otherwise be invalid, or have different behavior.
@item -fno-gnu-keywords
-Do not recognize @code{typeof} as a keyword, so that code can use these
-words as identifiers. You can use the keywords @code{__typeof__}
-instead. @samp{-ansi} implies @samp{-fno-gnu-keywords}.
+Do not recognize @code{typeof} as a keyword, so that code can use this
+word as an identifier. You can use the keyword @code{__typeof__} instead.
+@samp{-ansi} implies @samp{-fno-gnu-keywords}.
@item -fguiding-decls
Treat a function declaration with the same type as a potential function