* numbers.c (scm_logand, scm_logior, scm_logxor, scm_logtest,
authorJim Blandy <jimb@red-bean.com>
Mon, 23 Nov 1998 10:24:35 +0000 (10:24 +0000)
committerJim Blandy <jimb@red-bean.com>
Mon, 23 Nov 1998 10:24:35 +0000 (10:24 +0000)
commit7217f8167c411f3fd6185718d413d2e4cf06906b
treec19f1d373cef180e5040682480c80d91ef381140
parent7c7471d93b0b568e355515409fff2a335911d2a9
* numbers.c (scm_logand, scm_logior, scm_logxor, scm_logtest,
scm_logbit_p): Do the computation in ulongs.  This is not as nice
as doing it in bignums, but at least it's good enough for
manipulating flags in 32-bit words.  (Thanks to Jim Wilson.)
libguile/numbers.c