summaryrefslogtreecommitdiff
path: root/libguile/async.c
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1996-11-02 20:54:28 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1996-11-02 20:54:28 +0000
commit7ad737b69bec1f0e5a53403f32b5c3fe3f50ca28 (patch)
tree505580686c3cd12d9d51d76993e07ac82cf00207 /libguile/async.c
parentf6f88e0d9448647f81f87d7f9b2d62a7172ee613 (diff)
downloadguile-7ad737b69bec1f0e5a53403f32b5c3fe3f50ca28.tar.gz
*** empty log message ***
Diffstat (limited to 'libguile/async.c')
-rw-r--r--libguile/async.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/libguile/async.c b/libguile/async.c
index af6f65cf2..d2478fd65 100644
--- a/libguile/async.c
+++ b/libguile/async.c
@@ -260,7 +260,13 @@ scm_async_click ()
void
scm_switch ()
-{}
+{
+#if 0 /* Thread switching code should probably reside here, but the
+ async switching code doesn't seem to work, so it's put in the
+ SCM_ASYNC_TICK macro instead. /mdj */
+ SCM_THREAD_SWITCHING_CODE;
+#endif
+}