chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] redefinition of `cons'


From: Felix
Subject: [Chicken-users] redefinition of `cons'
Date: Mon, 06 Dec 2010 04:03:10 -0500 (EST)


Sorry, naturally I forgot the patch:

--- a/expand.scm
+++ b/expand.scm
@@ -120,7 +120,7 @@
   (for-each 
    (cut ##sys#put! <> '##core#real-name <>) 
    aliases vars)
-  (append (map cons vars aliases) se))
+  (append (map (lambda (x y) (cons x y)) vars aliases) se)) ; inline cons


cheers,
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]