(finish_function): Likewise.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 20:54:14 +0000 (12:54 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 8 Mar 1994 20:54:14 +0000 (12:54 -0800)
From-SVN: r6727

gcc/cp/decl.c

index 9a31201..a3eadc4 100644 (file)
@@ -11576,7 +11576,7 @@ finish_function (lineno, call_poplevel)
   /* Free all the tree nodes making up this function.  */
   /* Switch back to allocating nodes permanently
      until we start another function.  */
-  permanent_allocation ();
+  permanent_allocation (1);
 
   if (flag_cadillac)
     cadillac_finish_function (fndecl);