X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/783e77747821c3b79d5ea47fa6be4beb1a758253..9bc6fb0a7d91ae9a6c57cedb76022043db413ba5:/libguile/threads.c diff --git a/libguile/threads.c b/libguile/threads.c index 2bf5180f6..c8a09941d 100644 --- a/libguile/threads.c +++ b/libguile/threads.c @@ -39,8 +39,6 @@ * whether to permit this exception to apply to your modifications. * If you do not wish that, delete this exception notice. */ -/* Software engineering face-lift by Greg J. Badros, 11-Dec-1999, - gjb@cs.washington.edu, http://www.cs.washington.edu/homes/gjb */ @@ -70,9 +68,9 @@ -scm_bits_t scm_tc16_thread; -scm_bits_t scm_tc16_mutex; -scm_bits_t scm_tc16_condvar; +scm_t_bits scm_tc16_thread; +scm_t_bits scm_tc16_mutex; +scm_t_bits scm_tc16_condvar; /* Scheme-visible thread functions. */