mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 01:00:20 +02:00
Threading changes.
This commit is contained in:
parent
be1b896c82
commit
a54a94b397
34 changed files with 1298 additions and 1127 deletions
|
@ -460,7 +460,7 @@ scm_handle_by_message (void *handler_data, SCM tag, SCM args)
|
|||
}
|
||||
|
||||
handler_message (handler_data, tag, args);
|
||||
exit (2);
|
||||
pthread_exit (NULL);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue