Commit 85661c41 by Kazu Hirata Committed by Kazu Hirata

* cp-tree.h: Fix a comment typo.

From-SVN: r115789
parent 407e3a8e
2006-07-28 Kazu Hirata <kazu@codesourcery.com>
* cp-tree.h: Fix a comment typo.
2006-07-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de> 2006-07-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c++/27572 PR c++/27572
......
...@@ -3421,7 +3421,7 @@ enum overload_flags { NO_SPECIAL = 0, DTOR_FLAG, OP_FLAG, TYPENAME_FLAG }; ...@@ -3421,7 +3421,7 @@ enum overload_flags { NO_SPECIAL = 0, DTOR_FLAG, OP_FLAG, TYPENAME_FLAG };
/* We are checking that a constructor can be called -- but we do not /* We are checking that a constructor can be called -- but we do not
actually plan to call it. */ actually plan to call it. */
#define LOOKUP_CONSTRUCTOR_CALLABLE (1 << 10) #define LOOKUP_CONSTRUCTOR_CALLABLE (1 << 10)
/* Return friend decarations and un-declared builtin functions. /* Return friend declarations and un-declared builtin functions.
(Normally, these entities are registered in the symbol table, but (Normally, these entities are registered in the symbol table, but
not found by lookup.) */ not found by lookup.) */
#define LOOKUP_HIDDEN (LOOKUP_CONSTRUCTOR_CALLABLE << 1) #define LOOKUP_HIDDEN (LOOKUP_CONSTRUCTOR_CALLABLE << 1)
......
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