From d83eb93f45448338b0b77642f72a0f870ccd7451 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 28 Jun 2010 15:03:34 +0200 Subject: [PATCH] * module/srfi/srfi-60.scm (bit-count): #:replace core definition. --- module/srfi/srfi-60.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/srfi/srfi-60.scm b/module/srfi/srfi-60.scm index c9eb60f8b..dbb07768e 100644 --- a/module/srfi/srfi-60.scm +++ b/module/srfi/srfi-60.scm @@ -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