From 625ddf008874869612eefd2a030d01ecd5b04e94 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Wed, 5 Sep 2007 20:34:23 +0000 Subject: [PATCH] 1.0.9.35: Delete wrong comment. At that place, the header tag is written, and we have nothing like closure-header-slot. --- src/compiler/ppc/alloc.lisp | 1 - version.lisp-expr | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compiler/ppc/alloc.lisp b/src/compiler/ppc/alloc.lisp index 0f8f20d..f2aeb81 100644 --- a/src/compiler/ppc/alloc.lisp +++ b/src/compiler/ppc/alloc.lisp @@ -147,7 +147,6 @@ (allocation result (pad-data-block size) fun-pointer-lowtag :temp-tn temp :flag-tn pa-flag) (inst lr temp (logior (ash (1- size) n-widetag-bits) closure-header-widetag)))) - ;;; should this be closure-fun-slot instead of 0? (storew temp result 0 fun-pointer-lowtag) (storew function result closure-fun-slot fun-pointer-lowtag))))) diff --git a/version.lisp-expr b/version.lisp-expr index afafc4d..27a6b8f 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.9.34" +"1.0.9.35" -- 1.7.10.4