From: Mark Mitchell Date: Fri, 10 Sep 1999 09:10:24 +0000 (+0000) Subject: cp-tree.h (finish_function): Adjust prototype. X-Git-Tag: prereleases/libstdc++-2.92~10689 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca5b5533e1a80628f6afca632fcece5395305665;p=thirdparty%2Fgcc.git cp-tree.h (finish_function): Adjust prototype. * 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. From-SVN: r29262 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a8f032292f21..b9737eca0b48 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,13 @@ 1999-09-10 Mark Mitchell + * 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. + * cp-tree.h (CPTI_ATEXIT): New macro. (atexit_node): Likewise. * decl.c (destroy_local_static): New function, broken out from ...