]> gcc.gnu.org Git - gcc.git/commitdiff
cp-tree.h (finish_function): Adjust prototype.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 10 Sep 1999 09:10:24 +0000 (09:10 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 10 Sep 1999 09:10:24 +0000 (09:10 +0000)
* 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

gcc/cp/ChangeLog

index a8f032292f21429a8bf6432e0aea955828e067a9..b9737eca0b48d40ecd10ab4a52ddc29c6dbb646b 100644 (file)
@@ -1,5 +1,13 @@
 1999-09-10  Mark Mitchell  <mark@codesourcery.com>
 
+       * 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 ...
This page took 0.078653 seconds and 5 git commands to generate.