1
Fork 0
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:
Dirk Herrmann 2001-05-28 14:41:33 +00:00
parent 6b0d28a380
commit d81f6fe1fe

View file

@ -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;