* Makefile.am (modinclude_HEADERS): Added threads-plugin.h.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 18 Dec 2002 13:42:58 +0000 (13:42 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 18 Dec 2002 13:42:58 +0000 (13:42 +0000)
commit29717c89316bb94c95a90107553a47f5ee5fb4e3
tree0c049f90cb4023f7189cfdeb4a5124ba1a21cfc5
parent62d4fd94a6993ee521756c5ecebce0fcaed39779
* Makefile.am (modinclude_HEADERS): Added threads-plugin.h.
(EXTRA_DIST): Added threads-plugin.c.

* threads-plugin.h, threads-plugin.c: New files.

* threads.h: #include "libguile/threads-plugin.h".

* threads.c: #include "libguile/threads-plugin.c".

* pthread-threads.c: Temporarily remove debugging functions.

* threads.c, threads.h (scm_yield): Added back.
libguile/ChangeLog
libguile/Makefile.am
libguile/pthread-threads.c
libguile/pthread-threads.h
libguile/threads-plugin.c [copied from libguile/pthread-threads.c with 50% similarity]
libguile/threads-plugin.h [new file with mode: 0644]
libguile/threads.c
libguile/threads.h