* cp-tree.h (finish_function): Adjust prototype.
commit07d01fbf66bd08afc060cc8c78d1b54b812fafd4
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Sep 1999 08:52:07 +0000 (10 08:52 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Sep 1999 08:52:07 +0000 (10 08:52 +0000)
treeac67db242e37a7870f41e606e2f2d4be9f5bf8ae
parentb9920b13ec32baa1dba81c4294fecaf6eeed8d87
* cp-tree.h (finish_function): Adjust prototype.
* decl.c (finish_function): Return the function compiled.
* pt.c (instantiate_decl): Don't play games with obstacks.
* tree.c (mapcar): Handle OFFSET_REF and BIT_FIELD_REF.
(search_tree): Likewise.
* typeck.c: Fix typo in comment.
* typeck2.c (store_init_value): Add comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29261 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/pt.c
gcc/cp/tree.c
gcc/cp/typeck.c
gcc/cp/typeck2.c