~ chicken-core (chicken-5) 0472b53785526197a14d75d71ecdbe7b7143bfd1
commit 0472b53785526197a14d75d71ecdbe7b7143bfd1
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Thu Jan 14 12:56:23 2010 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Thu Jan 14 12:56:23 2010 +0100
trivial change
diff --git a/posixwin.scm b/posixwin.scm
index 96555413..7e92b08c 100644
--- a/posixwin.scm
+++ b/posixwin.scm
@@ -1943,8 +1943,8 @@ EOF
(##sys#update-errno)
(##sys#signal-hook #:process-error loc "cannot execute process" cmdlin))) ) ) ) ) ) )
-#;(define process (void))
-#;(define process* (void))
+(define process)
+(define process*)
(let ([%process
(lambda (loc err? cmd args env exactf)
(let ([chkstrlst
Trap