one more stray GENSYM leading to fasl differences
authorChristophe Rhodes <csr21@cantab.net>
Thu, 20 Sep 2012 15:55:40 +0000 (16:55 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Tue, 2 Oct 2012 17:52:15 +0000 (18:52 +0100)
src/code/seq.lisp

index 90036a6..fd7e630 100644 (file)
@@ -1183,7 +1183,7 @@ many elements are copied."
                 ;; from the old seq.lisp into target-seq.lisp.
                 (define-compiler-macro ,name (pred first-seq &rest more-seqs)
                   (let ((elements (make-gensym-list (1+ (length more-seqs))))
-                        (blockname (gensym "BLOCK")))
+                        (blockname (sb!xc:gensym "BLOCK")))
                     (once-only ((pred pred))
                       `(block ,blockname
                          (map nil