mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* coop-defs.h, coop-threads.c (struct coop_t): Eliminate
`sto'-field when GUILE_PTHREAD_COMPAT is enabled.
This commit is contained in:
parent
843524cc20
commit
21aab5c929
1 changed files with 2 additions and 0 deletions
|
@ -69,7 +69,9 @@ scm_threads_init (SCM_STACKITEM *i)
|
|||
|
||||
scm_thread_count = 1;
|
||||
|
||||
#ifndef GUILE_PTHREAD_COMPAT
|
||||
coop_global_main.sto = i;
|
||||
#endif
|
||||
coop_global_main.base = i;
|
||||
coop_global_curr = &coop_global_main;
|
||||
coop_all_qput (&coop_global_allq, coop_global_curr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue