guile-user
[Top][All Lists]
Advanced

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

Re: guile 1.5.4 (beta) available


From: Shun-ichi GOTO
Subject: Re: guile 1.5.4 (beta) available
Date: Mon, 29 Oct 2001 19:01:51 +0900 (JST)

>>>>> at Sun, 28 Oct 2001 23:27:57 -0800
>>>>> ttn == Thien-Thi Nguyen <address@hidden> said,

ttn> this mail is to inform you that guile-1.5.4 (beta series preparing for
ttn> 1.6) is available:

This is small patch (rquired on BSD/OS)

--- error.c.orig        Sat Sep 22 01:30:35 2001
+++ error.c     Mon Oct 29 18:46:15 2001
@@ -308,7 +308,7 @@
   else
     {
       /* numerical error code.  */
-      int error = (intptr_t) pos;
+      int error = (scm_t_signed_bits) pos;
 
       switch (error)
        {

--- Regards,
 Shun-ichi Goto  <address@hidden>
   R&D Group, TAIYO Corp., Tokyo, JAPAN



reply via email to

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