(scm_gcd): In bignum/inum, don't pass yy==0 to mpz_gcd_ui
authorKevin Ryde <user42@zip.com.au>
Sat, 10 May 2003 00:20:05 +0000 (00:20 +0000)
committerKevin Ryde <user42@zip.com.au>
Sat, 10 May 2003 00:20:05 +0000 (00:20 +0000)
commit8c5b0afcbf4560cdf90599ecb6f91b7af45e2b8b
tree30f0d64c8f752bf889306c6855268be01ba67278
parenta04a3604c253663854e92e3f5c35e3ea79a952b6
(scm_gcd): In bignum/inum, don't pass yy==0 to mpz_gcd_ui
since we're only using the ulong return value, and x might not fit.
libguile/numbers.c