Commit f78c7bc6 by Nathan Sidwell Committed by Nathan Sidwell

decl.c (cp_finish_decl): Remove obsolete comment.

	* decl.c (cp_finish_decl): Remove obsolete comment.

	* typeck.c (build_ptrmemfunc1): Kill uninitialized warning.

From-SVN: r32557
parent 324ed8fd
2000-03-15 Nathan Sidwell <nathan@codesourcery.com>
* decl.c (cp_finish_decl): Remove obsolete comment.
* typeck.c (build_ptrmemfunc1): Kill uninitialized warning.
2000-03-14 Mark Mitchell <mark@codesourcery.com> 2000-03-14 Mark Mitchell <mark@codesourcery.com>
* cp-tree.h: Tweak documentation. * cp-tree.h: Tweak documentation.
......
...@@ -7844,12 +7844,7 @@ emit_local_var (decl) ...@@ -7844,12 +7844,7 @@ emit_local_var (decl)
the normal rules. the normal rules.
FLAGS is LOOKUP_ONLYCONVERTING if the = init syntax was used, else 0 FLAGS is LOOKUP_ONLYCONVERTING if the = init syntax was used, else 0
if the (init) syntax was used. if the (init) syntax was used. */
For functions that take default parameters, DECL points to its
"maximal" instantiation. `cp_finish_decl' must then also declared its
subsequently lower and lower forms of instantiation, checking for
ambiguity as it goes. This can be sped up later. */
void void
cp_finish_decl (decl, init, asmspec_tree, flags) cp_finish_decl (decl, init, asmspec_tree, flags)
......
...@@ -6077,7 +6077,7 @@ tree ...@@ -6077,7 +6077,7 @@ tree
build_ptrmemfunc1 (type, delta, idx, pfn, delta2) build_ptrmemfunc1 (type, delta, idx, pfn, delta2)
tree type, delta, idx, pfn, delta2; tree type, delta, idx, pfn, delta2;
{ {
tree u; tree u = NULL_TREE;
tree delta_field; tree delta_field;
tree idx_field; tree idx_field;
tree pfn_or_delta2_field; tree pfn_or_delta2_field;
......
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