1
Fork 0
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:
Marius Vollmer 2002-10-27 17:27:25 +00:00
parent 7195a60f74
commit f4f16eccc2

View file

@ -85,7 +85,8 @@
(display tag p)
(display ": " p)
(display args p)
(newline p)))))
(newline p)))
#f))
; --- MACROS -------------------------------------------------------