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: Thien-Thi Nguyen
Subject: Re: guile 1.5.4 (beta) available
Date: Wed, 31 Oct 2001 11:24:14 -0800

   From: Shun-ichi GOTO <address@hidden>
   Date: Mon, 29 Oct 2001 19:01:51 +0900 (JST)

   -      int error = (intptr_t) pos;
   +      int error = (scm_t_signed_bits) pos;

this was fixed in cvs 2001-10-04 (libguile/error.c 1.63.2.4).  the line
now reads:

      scm_t_bits error = (scm_t_bits) pos;

does this work for you?

thi



reply via email to

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