> Raymond Toy writes
>
> While playing around with scheme, I came across what appears to be a
> bug, but it might be due to my misunderstanding of scheme. You be the
> judge....
Don't you have a buggy Pentium ;)
More seriously. This is due to a typo in the file Src/number.c
The following path must be applied to correct the bug.
*** ../../STk-3.0/Src/number.c Tue Jan 16 23:14:58 1996
--- number.c Fri Feb 16 14:32:01 1996
***************
*** 599,605 ****
x = int2bignum(INTEGER(x));
else {
/* x is a bignum */
! if (INTEGER(y))
y = int2bignum(INTEGER(y));
}
--- 599,605 ----
x = int2bignum(INTEGER(x));
else {
/* x is a bignum */
! if (INTEGERP(y))
y = int2bignum(INTEGER(y));
}
-- Erick
Received on Fri Feb 16 1996 - 14:41:25 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST