* numbers.c (scm_gcd): change "k" to a long from an int.
authorRob Browning <rlb@defaultvalue.org>
Fri, 21 Sep 2001 17:56:31 +0000 (17:56 +0000)
committerRob Browning <rlb@defaultvalue.org>
Fri, 21 Sep 2001 17:56:31 +0000 (17:56 +0000)
commit1aaa208e93428509188ac7bcd5ef5a48ebfaa0c6
tree40f600b5192385d9505fec6feeff1a420c1426c2
parent27070f900d545d7139673fc5dc54c8ff77bc7057
* numbers.c (scm_gcd): change "k" to a long from an int.
Otherwise it fails on the alpha.  However, we might rather choose
this size conditionally.
libguile/numbers.c