]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/cp-tree.h
cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
authorMark Mitchell <mark@codesourcery.com>
Fri, 13 Apr 2001 21:16:42 +0000 (21:16 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 13 Apr 2001 21:16:42 +0000 (21:16 +0000)
commit530ec96d294a83afc075059b13eb72cc07d9465d
treec3d1036d74074e85d94f2d2cea5f24ae690d935a
parent2840aebf0851ea62baa82d4c45742e08d861acaa
cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.

* cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
(expand_ptremfunc_cst): Change prototype.
(delta2_from_ptrmemfunc): Remove.
* expr.c (cplus_expand_constant): Adjust call to
expand_ptrmemfunc_cst.
* typeck.c (build_ptrmemfunc1): Simplify.
(build_ptrmemfunc): Make sure that casting a PTRMEM_CST still
results in a constant.
(expand_ptrmemfunc_cst): Remove idx and delta2 parameters.
(delta2_from_ptrmemfunc): Remove.
(pfn_from_ptrmemfunc): Adjust call to expand_ptrmemfunc_cst.

From-SVN: r41341
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/expr.c
gcc/cp/typeck.c
This page took 0.059486 seconds and 5 git commands to generate.