~ chicken-core (chicken-5) d94224c26fec3bb4860ef8affcc1d0811d125c74
commit d94224c26fec3bb4860ef8affcc1d0811d125c74 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Mon May 2 11:11:38 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Mon May 2 11:11:38 2011 +0200 types.db fix for compile-file diff --git a/types.db b/types.db index b6bf5f2d..28783eb7 100644 --- a/types.db +++ b/types.db @@ -1422,7 +1422,7 @@ (read-all (procedure read-all (#!optional (or port string)) string)) (system* (procedure system* (string #!rest) undefined)) (qs (procedure qs (string) string)) -(compile-file (procedure compile-file (string #!rest) string)) +(compile-file (procedure compile-file (string #!rest) (or boolean string))) (compile-file-options (procedure compile-file-options (#!optional list) list)) (scan-input-lines (procedure scan-input-lines (* #!optional port) *)) (yes-or-no? (procedure yes-or-no? (string #!rest) *))Trap