]> git.ipfire.org Git - thirdparty/gcc.git/commit
cp-tree.h (commonparms): Remove prototype.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Wed, 2 Feb 2005 21:13:41 +0000 (21:13 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Wed, 2 Feb 2005 21:13:41 +0000 (21:13 +0000)
commit10b2bcdd509df50958aed053ad7445f8f0e0902e
treed85ebf5e224d7de219df44ccc738f80631b0a8c0
parentf88459359d00261a6373ca051437ace4b6b095ed
cp-tree.h (commonparms): Remove prototype.

* cp-tree.h (commonparms): Remove prototype.
(convert_arguments): Likewise.
(PFN_FROM_PTRMEMFUNC): Remove.
* typeck.c (commonparms): Make static.
(convert_arguments): Add prototype. Make static.
(PFN_FROM_PTRMEMFUNC): Replace by pfn_from_ptrmemfunc.

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