Package: cl-kmrcl
Version: 1.106-1
Severity: normal

byte-stream.lisp: SB-KERNEL:COPY-SYSTEM-AREA and COPY-SYSTEM-UB8-AREA ware
renamed to SYSTEM-AREA-UB8-COPY and COPY-UB8-FROM-SYSTEM-AREA scince version
0.8.21

log:
http://sbcl.cvs.sourceforge.net/viewvc/sbcl/sbcl/src/code/bit-
bash.lisp?revision=1.18&view=markup&pathrev=sbcl_0_9_10

(eval-when (:compile-toplevel :load-toplevel :execute)
  (sb-ext:without-package-locks
      (defvar *system-copy-fn* (if (fboundp (intern "COPY-SYSTEM-AREA" "SB-
KERNEL"))
                                   (intern "COPY-SYSTEM-AREA" "SB-KERNEL")
                                   (intern "COPY-SYSTEM-UB8-AREA" "SB-
KERNEL")))
    (defconstant +system-copy-multiplier+ (if (fboundp (intern "COPY-FROM-
SYSTEM-AREA" "SB-KERNEL"))
                                              sb-vm:n-byte-bits
                                         1))))

fix ==>

(eval-when (:compile-toplevel :load-toplevel :execute)
  (sb-ext:without-package-locks
    (defvar *system-copy-fn* (intern "SYSTEM-AREA-UB8-COPY" "SB-KERNEL"))
    (defconstant +system-copy-multiplier+
      (if (fboundp (intern "COPY-UB8-FROM-SYSTEM-AREA" "SB-KERNEL"))
          sb-vm:n-byte-bits
          1))))



-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric'), (100, 'oneiric-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-12-generic (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cl-kmrcl depends on:
ii  cl-rt                         20040621-4 Common Lisp regression tester from

cl-kmrcl recommends no packages.

cl-kmrcl suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to