semantics.c (begin_inline_definitions, [...]): Rename from finish_default_args and...
authorJason Merrill <jason@yorick.cygnus.com>
Wed, 31 Mar 1999 18:59:19 +0000 (18:59 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 31 Mar 1999 18:59:19 +0000 (13:59 -0500)
commit51632249ef73fee7a6c76af82acef9164e20761b
tree75c0f8d915e7105a649025208fc6eb9ceb37f4b1
parentbbd2180d18856ab3c384cdfb4b1af5b3fb8173ef
semantics.c (begin_inline_definitions, [...]): Rename from finish_default_args and begin_inline_definitions...

* semantics.c (begin_inline_definitions,
finish_inline_definitions): Rename from finish_default_args and
begin_inline_definitions, respectively, to something that isn't a
total lie.  :)
* parse.y (structsp): Adjust.
* tree.c (hash_tree_cons): Remove obsolete via_* parms.
(list_hash_lookup): Likewise.
(hash_tree_chain): Adjust.
* pt.c (tsubst): Adjust.
(tsubst_arg_types): Use plain hash_tree_cons.
* cp-tree.h (hash_tree_cons_simple): Lose.
* parse.y (declmods, nonempty_cv_qualifiers): Use hash_tree_cons.

From-SVN: r26092
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/parse.c
gcc/cp/parse.y
gcc/cp/pt.c
gcc/cp/semantics.c
gcc/cp/tree.c