aboutsummaryrefslogtreecommitdiff
path: root/gcc/invoke.texi
diff options
context:
space:
mode:
authorMartin v. Löwis <loewis@informatik.hu-berlin.de>2000-04-10 07:43:45 +0000
committerMartin v. Löwis <loewis@gcc.gnu.org>2000-04-10 07:43:45 +0000
commitdd235713371c11a7f58c11aea2f279486d46b4e2 (patch)
treec815cbd5c092a2c28e9c34c48fead99ddc5d8640 /gcc/invoke.texi
parent144af36dbeaa71da4c6ae776457aa9e769d37b22 (diff)
downloadgcc-dd235713371c11a7f58c11aea2f279486d46b4e2.zip
gcc-dd235713371c11a7f58c11aea2f279486d46b4e2.tar.gz
gcc-dd235713371c11a7f58c11aea2f279486d46b4e2.tar.bz2
invoke.texi (-fno-gnu-keywords): Remove classof, headof, __classof__, and __headof__ from the list of gnu keywords.
* invoke.texi (-fno-gnu-keywords): Remove classof, headof, __classof__, and __headof__ from the list of gnu keywords. * cp/lex.c (init_parse): Remove traces of classof and headof. From-SVN: r33049
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r--gcc/invoke.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 946abcc..bf83879 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -1101,11 +1101,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{classof}, @code{headof}, or @code{typeof} as a
-keyword, so that code can use these words as identifiers. You can use
-the keywords @code{__classof__}, @code{__headof__}, and
-@code{__typeof__} instead. @samp{-ansi} implies
-@samp{-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}.
@item -fguiding-decls
Treat a function declaration with the same type as a potential function