Commit 9762e8a4 by Martin v. Löwis Committed by Martin v. Löwis

invoke.texi: Correct grammatical errors...

	* invoke.texi: Correct grammatical errors, document
	-fno-gnu-keywords as identical to -fno-asm for C++.

From-SVN: r33384
parent 99e757d5
2000-04-24 Martin v. Lwis <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,
......
......@@ -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
......
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