(scm_init_guile_1): Call scm_init_thread_procs. This is because
authorMarius Vollmer <mvo@zagadka.de>
Sun, 27 Oct 2002 20:12:51 +0000 (20:12 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sun, 27 Oct 2002 20:12:51 +0000 (20:12 +0000)
commite30a0d8565505494643126ea11ac35afc4f54f9f
tree5fdbccaf1395cc03c755e8155e3667fef970a3b3
parent5f05c406d2a47f1cfa258929068983581280914d
(scm_init_guile_1): Call scm_init_thread_procs.  This is because
threads need to be initialized before the stack, but gsubrs such as
scm_timed_condition_variable_wait can only be created later.
libguile/init.c