* async.c (s_scm_system_async_mark_for_thread): Only call
authorMarius Vollmer <mvo@zagadka.de>
Fri, 11 Oct 2002 13:02:50 +0000 (13:02 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Fri, 11 Oct 2002 13:02:50 +0000 (13:02 +0000)
commit4feac0b9045bcc0c6e2348b3de94bacdc7a30293
treed78f6a9700421ca44cb2e924a53b66641aec9f2a
parent6d16b1257f79d745b5af61c5cb8aff89c4988c26
* async.c (s_scm_system_async_mark_for_thread): Only call
scm_i_thread_root when USE_THREADS is defined.  Use scm_root
otherwise.

* scmsigs.c (take_signal): Only call scm_i_thread_root when
USE_THREADS is defined.  Use scm_root otherwise.
(scm_sigaction_for_thread): Ignore THREAD argument when
USE_THREADS is not defined.  Also, move THREAD argument defaulting
out of HAVE_SIGACTION section, which was a bug.
libguile/async.c
libguile/scmsigs.c