diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-02-04 04:24:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-02-04 04:24:53 +0000 |
commit | 3b426391d3efa5cfd0388f6c48192fe0e611dfa9 (patch) | |
tree | 36d9dce14dcb16195a245143b39159a1ce9dac6a /gcc/cp/tree.c | |
parent | 85f650932f2e85b08877241f919939f8a3009ae4 (diff) | |
download | gcc-3b426391d3efa5cfd0388f6c48192fe0e611dfa9.zip gcc-3b426391d3efa5cfd0388f6c48192fe0e611dfa9.tar.gz gcc-3b426391d3efa5cfd0388f6c48192fe0e611dfa9.tar.bz2 |
class.c, [...]: Follow spelling conventions.
* class.c, cp-tree.h, decl.c, decl2.c, g++spec.c, init.c,
parser.c, pt.c, tree.c, typeck.c: Follow spelling conventions.
From-SVN: r121566
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r-- | gcc/cp/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index 742e090..78545e1 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -973,7 +973,7 @@ build_qualified_name (tree type, tree scope, tree name, bool template_p) return t; } -/* Returns non-zero if X is an expression for a (possibly overloaded) +/* Returns nonzero if X is an expression for a (possibly overloaded) function. If "f" is a function or function template, "f", "c->f", "c.f", "C::f", and "f<int>" will all be considered possibly overloaded functions. Returns 2 if the function is actually |