This is the mail archive of the
guile@sourceware.cygnus.com
mailing list for the Guile project.
Re: suspicious comparison of SCM value agains zero
- To: guile at sourceware dot cygnus dot com
- Subject: Re: suspicious comparison of SCM value agains zero
- From: Radey Shouman <Radey_Shouman at splashtech dot com>
- Date: 18 Apr 2000 11:35:44 -0400
Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:
> In unif.c, about line 2214, there is the following code:
> ok = ok && scm_array_set_x (SCM_ARRAY_V (ra), SCM_CAR (lst), SCM_MAKINUM (base));
The assignment is wrong, but the call to scm_array_set_x has a side
effect, which may not be dispensed with.