mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
(%thread-handler): Explicitely return '#f'. This value will be
returned by join-thread.
This commit is contained in:
parent
7195a60f74
commit
f4f16eccc2
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@
|
||||||
(display tag p)
|
(display tag p)
|
||||||
(display ": " p)
|
(display ": " p)
|
||||||
(display args p)
|
(display args p)
|
||||||
(newline p)))))
|
(newline p)))
|
||||||
|
#f))
|
||||||
|
|
||||||
; --- MACROS -------------------------------------------------------
|
; --- MACROS -------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue