mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 09:40:25 +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 ": " p)
|
||||
(display args p)
|
||||
(newline p)))))
|
||||
(newline p)))
|
||||
#f))
|
||||
|
||||
; --- MACROS -------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue