diff options
Diffstat (limited to 'module/srfi/srfi-4')
-rw-r--r-- | module/srfi/srfi-4/gnu.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/srfi/srfi-4/gnu.scm b/module/srfi/srfi-4/gnu.scm index ccb1ab1d8..8cd5e895b 100644 --- a/module/srfi/srfi-4/gnu.scm +++ b/module/srfi/srfi-4/gnu.scm @@ -1,6 +1,6 @@ ;;; Extensions to SRFI-4 -;; Copyright (C) 2009 Free Software Foundation, Inc. +;; Copyright (C) 2009, 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 @@ -23,7 +23,7 @@ ;;; Code: (define-module (srfi srfi-4 gnu) - #:use-module (rnrs bytevector) + #:use-module (rnrs bytevectors) #:use-module (srfi srfi-4) #:export (;; Complex numbers with 32- and 64-bit components. c32vector? make-c32vector c32vector c32vector-length c32vector-ref |