1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

* Removed mit-threads and fsu-threads and references.

This commit is contained in:
Dirk Herrmann 2000-05-30 15:56:55 +00:00
parent aa4bb95d6a
commit b272843227
12 changed files with 24 additions and 42 deletions

View file

@ -52,7 +52,6 @@
threads.h
coop-defs.h
iselect.h
mit-pthreads.c
coop-threads.c
coop-threads.h
coop-defs.h*
@ -134,10 +133,6 @@ SCM_REGISTER_PROC(s_signal_condition_variable, "signal-condition-variable", 1, 0
#ifdef USE_MIT_PTHREADS
#include "mit-pthreads.c"
#endif
#ifdef USE_COOP_THREADS
#include "libguile/coop-threads.c"
#endif