chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] patch for easyffi.scm


From: Felix Winkelmann
Subject: [Chicken-users] patch for easyffi.scm
Date: Tue, 23 Sep 2003 13:08:32 +0200
User-agent: Opera7.11/Win32 M2 build 2887


Found a bug in easyffi.scm:

--- ../../chicken/easyffi.scm   2003-09-23 09:44:09.000000000 +0200
+++ ../../home/chicken/easyffi.scm      2003-09-22 22:59:23.000000000 +0200
@@ -191,7 +191,7 @@
      [_ (let-values ([(type more) (parse-type more #f)])
            (match more
              [(('id str) 'comma . more)
-              (rec more (cons type args) args) ]
+              (rec more (cons type args)) ]
              [(('id str) . more)
               (values (reverse (cons type args)) more) ]
              [('comma . more)


cheers,
felix





reply via email to

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