aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include/private/gc_priv.h
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>2001-10-23 00:28:56 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2001-10-23 01:28:56 +0100
commitaeb76991de5a1a2d628685c01d66871459f8fc4f (patch)
treede56600c16419b970a38e8a7932d6f2c3e30d191 /boehm-gc/include/private/gc_priv.h
parentb45bc005dc8978f353795c2886992df4a4e140f1 (diff)
downloadgcc-aeb76991de5a1a2d628685c01d66871459f8fc4f.zip
gcc-aeb76991de5a1a2d628685c01d66871459f8fc4f.tar.gz
gcc-aeb76991de5a1a2d628685c01d66871459f8fc4f.tar.bz2
linux_threads.c (GC_init_parallel): Do not declare as a static constructor.
* linux_threads.c (GC_init_parallel): Do not declare as a static constructor. * include/gc.h (GC_init): Declare here. Add description. * include/private/gc_priv.h (GC_init): Remove declaration. From-SVN: r46420
Diffstat (limited to 'boehm-gc/include/private/gc_priv.h')
-rw-r--r--boehm-gc/include/private/gc_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/boehm-gc/include/private/gc_priv.h b/boehm-gc/include/private/gc_priv.h
index ad204e9..92067d2 100644
--- a/boehm-gc/include/private/gc_priv.h
+++ b/boehm-gc/include/private/gc_priv.h
@@ -1629,7 +1629,6 @@ GC_bool GC_collect_or_expand GC_PROTO(( \
/* blocks available. Should be called */
/* until the blocks are available or */
/* until it fails by returning FALSE. */
-GC_API void GC_init GC_PROTO((void)); /* Initialize collector. */
#if defined(MSWIN32) || defined(MSWINCE)
void GC_deinit GC_PROTO((void));