(scm_make_ratio): For inum/bignum integer detection, use
authorKevin Ryde <user42@zip.com.au>
Mon, 5 Apr 2004 23:31:20 +0000 (23:31 +0000)
committerKevin Ryde <user42@zip.com.au>
Mon, 5 Apr 2004 23:31:20 +0000 (23:31 +0000)
commit3271a325c834643441902f04763be3cc8a1ee394
tree212b0413b2aeed2540b8dedd67d319d903e813eb
parentf1c6bec63708bfc14ee799d5cd4f9f1cbe5aa67b
(scm_make_ratio): For inum/bignum integer detection, use
x==SCM_MOST_NEGATIVE_FIXNUM explicitly, for clarity and to avoid
calling mpz_cmp_ui in most cases.
libguile/numbers.c