diff options
author | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-11 06:01:53 +0000 |
---|---|---|
committer | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-11 06:01:53 +0000 |
commit | 1886e87de6421bee912b8f1d37f76339f2d6624c (patch) | |
tree | b4da72120e7a8b02b91e4cee359759c4bfa2635d /gcc/cp/lang-options.h | |
parent | aac5d9f240bcbe5ee70d7ecfd18c95deac50cf25 (diff) | |
download | ppe42-gcc-1886e87de6421bee912b8f1d37f76339f2d6624c.tar.gz ppe42-gcc-1886e87de6421bee912b8f1d37f76339f2d6624c.zip |
* extend.texi (-fthis-is-variable): Undocument.
* flags.h (warn_template_debugging): Remove declaration.
* gcc.1 (-fall-virtual, -fenum-int-equiv, -fthis-is-variable,
-Wenum-clash, -Wtemplate-debugging): Undocument.
* cp/tree.h (HAVE_TEMPLATES): Remove definition.
* cp/lang-options.h (-fthis-is-variable): Remove documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33071 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/lang-options.h')
-rw-r--r-- | gcc/cp/lang-options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/lang-options.h b/gcc/cp/lang-options.h index 9f3f6fe396c..55db2042496 100644 --- a/gcc/cp/lang-options.h +++ b/gcc/cp/lang-options.h @@ -100,7 +100,7 @@ DEFINE_LANG_NAME ("C++") { "-fstrict-prototype", "" }, { "-fno-strict-prototype", "Do not assume that empty prototype means no args" }, { "-ftemplate-depth-", "Specify maximum template instantiation depth"}, - { "-fthis-is-variable", "Make 'this' not be type '* const'" }, + { "-fthis-is-variable", "" }, { "-fno-this-is-variable", "" }, { "-fuse-cxa-atexit", "Use __cxa_atexit to register destructors." }, { "-fno-use-cxa-atexit", "" }, |