projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f796d4
)
one more stray GENSYM leading to fasl differences
author
Christophe Rhodes
<csr21@cantab.net>
Thu, 20 Sep 2012 15:55:40 +0000
(16:55 +0100)
committer
Christophe Rhodes
<csr21@cantab.net>
Tue, 2 Oct 2012 17:52:15 +0000
(18:52 +0100)
src/code/seq.lisp
patch
|
blob
|
history
diff --git
a/src/code/seq.lisp
b/src/code/seq.lisp
index
90036a6
..
fd7e630
100644
(file)
--- a/
src/code/seq.lisp
+++ b/
src/code/seq.lisp
@@
-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