~ chicken-core (chicken-5) 304bd8dad4d61fb9d0bc88c2db08aa02acf766d3


commit 304bd8dad4d61fb9d0bc88c2db08aa02acf766d3
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Sep 21 09:03:00 2010 -0400
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Sep 21 09:03:00 2010 -0400

    same here

diff --git a/library.scm b/library.scm
index bb738448..da124651 100644
--- a/library.scm
+++ b/library.scm
@@ -209,7 +209,7 @@ EOF
 (define (##sys#message str) (##core#inline "C_message" str))
 (define (##sys#byte x i) (##core#inline "C_subbyte" x i))
 (define (##sys#setbyte x i n) (##core#inline "C_setbyte" x i n))
-(define (##sys#void) (##core#undefined))
+(define (##sys#void . _) (##core#undefined))
 (define void ##sys#void)
 (define ##sys#undefined-value (##core#undefined))
 (define (##sys#halt) (##core#inline "C_halt" #f))
Trap