cp-tree.h (do_poplevel): Remove prototype.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Mon, 23 Jan 2006 18:26:01 +0000 (18:26 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Mon, 23 Jan 2006 18:26:01 +0000 (18:26 +0000)
commit993acaec693ef81eb83b445152f5b04652f49b33
tree234d65b70f646f64cc917040778043870546dd13
parent0eab3aad5805128785916dbce9c12f0a2ba5cf85
cp-tree.h (do_poplevel): Remove prototype.

* cp-tree.h (do_poplevel): Remove prototype.
* semantics.c (do_poplevel): Add prototype.  Make static.

* cp-tree.h (original_type): Remove prototype.
* typeck.c (original_type): Make static.

* cp-tree.h (declare_global_var): Remove prototype.
* decl.c (declare_global_var): Make static.

* cp-tree.h (implicitly_declare_fn): Remove prototype.
* method.c (implicitly_declare_fn): Make static.

* cp-tree.h (fold_decl_constant_value): Remove prototype.
* pt.c (fold_decl_constant_value): Make static.

From-SVN: r110140
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/method.c
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/cp/typeck.c