From f030d6e65282c414c821abd3feac6b2d8178a8ec Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 8 Mar 1994 12:51:13 -0800 Subject: [PATCH] (compile_file): Likewise. From-SVN: r6723 --- gcc/toplev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/toplev.c b/gcc/toplev.c index 3b3928e8571..1a87233ec69 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2281,7 +2281,7 @@ compile_file (name) { temporary_allocation (); output_inline_function (decl); - permanent_allocation (); + permanent_allocation (1); } /* Warn about any function -- 2.30.2