~ chicken-core (chicken-5) c8af21b866693f811c3ac913d56b655ef5577d33


commit c8af21b866693f811c3ac913d56b655ef5577d33
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Aug 8 23:20:56 2010 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sun Aug 8 23:20:56 2010 +0200

    fixed incorrect entry in types.db for 'format' (thanks to Kon Lovett)

diff --git a/types.db b/types.db
index b1a5cb19..f72a34e0 100644
--- a/types.db
+++ b/types.db
@@ -491,7 +491,7 @@
 
 ;; extras
 
-(format (procedure format (string #!rest) *))
+(format (procedure format (#!rest) *))
 (fprintf (procedure fprintf (port string #!rest) undefined))
 (pp (procedure pp (* #!optional port) undefined))
 (pretty-print (procedure pretty-print (* #!optional port) undefined))
Trap