From 4872fcdd02e103a47f48b406d452b0c726951c91 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sat, 6 Oct 2007 21:53:45 +0000 Subject: [PATCH] 1.0.10.33: Lesson: Test before commit. --- src/runtime/purify.c | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/purify.c b/src/runtime/purify.c index ec43c3a..e033c7d 100644 --- a/src/runtime/purify.c +++ b/src/runtime/purify.c @@ -719,7 +719,7 @@ pscav(lispobj *addr, long nwords, boolean constant) case SIMPLE_VECTOR_WIDETAG: if (HeaderValue(thing) == subtype_VectorValidHashing) { struct hash_table *hash_table = - (struct hash_table *)native_pointer(((lispobj *)thing)[2]); + (struct hash_table *)native_pointer(addr[2]); hash_table->needs_rehash_p = T; } count = 2; diff --git a/version.lisp-expr b/version.lisp-expr index 187b689..3913ebc 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.10.32" +"1.0.10.33" -- 1.7.10.4