* threads.c (scm_init_threads): Pass 0 size to scm_make_smob_type
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 29 Mar 2000 01:58:17 +0000 (01:58 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 29 Mar 2000 01:58:17 +0000 (01:58 +0000)
commit31bc6de36a870fee223097f86a8aa4deaaa65b99
tree1a77daee7dbd259f926eca1824379be5d0f4ef31
parentef18914a94ac81c2b353b93a4d95811a0965ba9c
* threads.c (scm_init_threads): Pass 0 size to scm_make_smob_type
for scm_tc16_thread.  As the current COOP threads are written, GC
is not supposed to manage storage for threads.
libguile/threads.c