mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
* module/srfi/srfi-60.scm (bit-count): #:replace core definition.
This commit is contained in:
parent
652f48c062
commit
d83eb93f45
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; srfi-60.scm --- Integers as Bits
|
||||
|
||||
;; Copyright (C) 2005, 2006 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2005, 2006, 2010 Free Software Foundation, Inc.
|
||||
;;
|
||||
;; This library is free software; you can redistribute it and/or
|
||||
;; modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -22,7 +22,6 @@
|
|||
bitwise-xor
|
||||
bitwise-not
|
||||
any-bits-set?
|
||||
bit-count
|
||||
bitwise-if bitwise-merge
|
||||
log2-binary-factors first-set-bit
|
||||
bit-set?
|
||||
|
@ -35,6 +34,7 @@
|
|||
integer->list
|
||||
list->integer
|
||||
booleans->integer)
|
||||
#:replace (bit-count)
|
||||
#:re-export (logand
|
||||
logior
|
||||
logxor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue