aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authorAlan Modra <alan@linuxcare.com.au>2000-10-29 05:59:58 +0000
committerRichard Henderson <rth@gcc.gnu.org>2000-10-28 22:59:58 -0700
commit69f4cc4b9e763cc09896613a3fdd1659384d9869 (patch)
tree9aab90c402057fec5742c505f4f5268ba3da8160 /gcc/c-decl.c
parentce73761f15fce4c1e116ca3975db3443ac5013ef (diff)
downloadgcc-69f4cc4b9e763cc09896613a3fdd1659384d9869.zip
gcc-69f4cc4b9e763cc09896613a3fdd1659384d9869.tar.gz
gcc-69f4cc4b9e763cc09896613a3fdd1659384d9869.tar.bz2
* c-decl.c (finish_function): Clear c_function_name_declared_p.
From-SVN: r37118
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 51d76c5..f86cb89 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -6733,6 +6733,7 @@ finish_function (nested)
function. For a nested function, this value is used in
pop_c_function_context and then reset via pop_function_context. */
current_function_decl = NULL;
+ c_function_name_declared_p = 0;
}
}