(scm_bit_extract): Use min instead of MIN.
authorKevin Ryde <user42@zip.com.au>
Tue, 27 Apr 2004 22:19:41 +0000 (22:19 +0000)
committerKevin Ryde <user42@zip.com.au>
Tue, 27 Apr 2004 22:19:41 +0000 (22:19 +0000)
commit857ae6afd302a7b0550a0a84d3239dddd8c90e63
treefbcb78a45755d3240238872ca1bb6d73dd98acd3
parent924532c8fd4d7d0ffe7663475845a5ad4c34ba9c
(scm_bit_extract): Use min instead of MIN.
(MIN): Remove, this conflicts with similar macro defined by limits.h
on HP-UX.  Reported by Andreas Vögele.
libguile/numbers.c