diff options
author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-27 18:22:35 +0000 |
---|---|---|
committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-27 18:22:35 +0000 |
commit | 2772e917ed3f822ea3ff97ac040ead1f723a0e17 (patch) | |
tree | d86b2a4f8d6e3b7b179d609ec9b25f26e1a9f2b0 /gcc/cp | |
parent | 060d1fa4a0c7e96335fe7c415c55ba21060d05a4 (diff) | |
download | gcc-2772e917ed3f822ea3ff97ac040ead1f723a0e17.tar.gz |
Fix typo in last change
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28935 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-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 b04673c7cec..0fc298f4801 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); |