~ chicken-core (chicken-5) 53a8264545d3f119778411bbb7db4e382488b096
commit 53a8264545d3f119778411bbb7db4e382488b096 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Thu Mar 18 10:00:49 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Thu Mar 18 10:00:49 2010 +0100 fixes in types.db (thanks to Kon Lovett) diff --git a/types.db b/types.db index 1ebc4004..468996c5 100644 --- a/types.db +++ b/types.db @@ -1169,7 +1169,7 @@ (condition-variable-specific-set! (procedure condition-variable-specific-set! ((struct condition-variable) *) undefined)) (condition-variable? (procedure condition-variable? (*) boolean)) (current-thread (procedure current-thread () (struct thread))) -(current-time (procedure current-time () number)) +(current-time (procedure current-time () (struct time))) (join-timeout-exception? (procedure join-timeout-exception? (*) boolean)) (make-condition-variable (procedure make-condition-variable (#!optional *) (struct condition-variable))) (make-mutex (procedure make-mutex (#!optional *) (struct mutex)))Trap