summaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-04-02 20:19:56 -0800
committerRichard Henderson <rth@gcc.gnu.org>2002-04-02 20:19:56 -0800
commit543828cab1fb97a6734ae897312673215904952b (patch)
tree96765b2ee4db548491b58495fb5fd435841391b8 /gcc/libgcc2.c
parent39ed301b584d871bc8b1a3f48adc7f55d9b9af72 (diff)
downloadgcc-543828cab1fb97a6734ae897312673215904952b.tar.gz
* libgcc2.c (__bb_exit_func): Revert 03-31 change.
From-SVN: r51792
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r--gcc/libgcc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index 4b47103879d..a06b7951ab9 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -1285,7 +1285,7 @@ BLOCK_PROFILER_CODE
static struct bb *bb_head;
-static void
+void
__bb_exit_func (void)
{
FILE *da_file;