mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* Ooops. This belongs to my ChangeLog entry from 2001-05-26. Sorry.
This commit is contained in:
parent
6b0d28a380
commit
d81f6fe1fe
1 changed files with 1 additions and 1 deletions
|
@ -1366,7 +1366,7 @@ ramap_rp (SCM ra0,SCM proc,SCM ras)
|
|||
*/
|
||||
SCM n1 = SCM_MAKINUM (((long *) SCM_UNPACK (SCM_CDR (ra1)))[i1]);
|
||||
SCM n2 = SCM_MAKINUM (((long *) SCM_UNPACK (SCM_CDR (ra2)))[i2]);
|
||||
if (SCM_FALSEP (SCM_SUBRF (proc) (n1, n2)));
|
||||
if (SCM_FALSEP (SCM_SUBRF (proc) (n1, n2)))
|
||||
SCM_BITVEC_CLR (ra0, i0);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue