[Top][All Lists]
[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
guile 1.5.4 (beta) available, Han-Wen Nienhuys, 2001/10/29
Re: guile 1.5.4 (beta) available, Shun-ichi GOTO, 2001/10/29
- Re: guile 1.5.4 (beta) available,
Thien-Thi Nguyen <=
Re: guile 1.5.4 (beta) available, Bruce Korb, 2001/10/29