cp-tree.h (build_component_addr): Remove prototype.
authorNathan Sidwell <nathan@acm.org>
Wed, 28 Apr 1999 03:53:54 +0000 (03:53 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 28 Apr 1999 03:53:54 +0000 (03:53 +0000)
commit0d504ef06b4137a6e24507273bb11ad35f475f37
treebf81dd20d7eafd1491deead8129bb8ed6a72b994
parent9dd2b100688cd52a0e6485f12646e2f2bc2ec04c
cp-tree.h (build_component_addr): Remove prototype.

* cp-tree.h (build_component_addr): Remove prototype.
* typeck.c (build_component_addr): Make static. Remove MSG
argument.
(build_component_addr): Remove MSG parameter, clean up
comment.
(build_x_function_call): Use cp_error.
(build_unary_op): Adjust call of build_component_addr.

From-SVN: r26686
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/typeck.c