1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00

(test-srfi-60): Use #:duplicates (last) to

suppress warning about replacing bit-count.
This commit is contained in:
Kevin Ryde 2006-05-19 23:26:35 +00:00
parent 810214aa9b
commit b7884e64d5

View file

@ -18,6 +18,7 @@
;;;; Boston, MA 02110-1301 USA ;;;; Boston, MA 02110-1301 USA
(define-module (test-srfi-60) (define-module (test-srfi-60)
#:duplicates (last) ;; avoid warning about srfi-60 replacing `bit-count'
#:use-module (test-suite lib) #:use-module (test-suite lib)
#:use-module (srfi srfi-60)) #:use-module (srfi srfi-60))