diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-08 12:51:13 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-03-08 12:51:13 -0800 |
commit | f030d6e65282c414c821abd3feac6b2d8178a8ec (patch) | |
tree | 9f6c03340813d7731f4ab62046329422da38e106 | |
parent | 3e755d23ce40ee33be8a731a27aad19a799935b7 (diff) | |
download | gcc-f030d6e65282c414c821abd3feac6b2d8178a8ec.zip gcc-f030d6e65282c414c821abd3feac6b2d8178a8ec.tar.gz gcc-f030d6e65282c414c821abd3feac6b2d8178a8ec.tar.bz2 |
(compile_file): Likewise.
From-SVN: r6723
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 3b3928e..1a87233 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 |