diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-08-27 18:22:35 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-08-27 18:22:35 +0000 |
commit | 4ca7ba863989d52b115f03673edb3d1dfaccf556 (patch) | |
tree | d86b2a4f8d6e3b7b179d609ec9b25f26e1a9f2b0 /gcc | |
parent | 82f7a8467a4d62f87be5696e7be5bda2a29fbde2 (diff) | |
download | gcc-4ca7ba863989d52b115f03673edb3d1dfaccf556.zip gcc-4ca7ba863989d52b115f03673edb3d1dfaccf556.tar.gz gcc-4ca7ba863989d52b115f03673edb3d1dfaccf556.tar.bz2 |
Fix typo in last change
From-SVN: r28935
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index b04673c..0fc298f 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -13833,7 +13833,7 @@ finish_function (lineno, flags, nested) start_function. Expand_function_end will decrement this variable. So, we set the variable to one here, so that after the decrement it will remain zero. */ - immediate_size_expand = 0; + immediate_size_expand = 1; /* Generate rtl for function exit. */ expand_function_end (input_filename, lineno, 1); |