1.0.22.3: use EQ instead of EQL to check *GC-EPOCH*
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 31 Oct 2008 12:46:10 +0000 (12:46 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 31 Oct 2008 12:46:10 +0000 (12:46 +0000)
src/code/target-hash-table.lisp
version.lisp-expr

index 9ee1e92..977d768 100644 (file)
@@ -564,7 +564,7 @@ if there is no such entry. Entries can be added using SETF."
                     ;; redo the lookup if the GC epoch counter has changed.
                     ;; -- JES,  2007-09-30
                     `(if (and (not ,foundp)
-                              (not (eql start-epoch sb!kernel::*gc-epoch*)))
+                              (not (eq start-epoch sb!kernel::*gc-epoch*)))
                          (go start)
                          (return-from %gethash3 (values ,value ,foundp))))
                   (overflow ()
index 7992737..df6e204 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.22.2"
+"1.0.22.3"