1.0.9.25: Revert the /xhow -> /show change.
authorThiemo Seufer <ths@networkno.de>
Sat, 1 Sep 2007 23:37:42 +0000 (23:37 +0000)
committerThiemo Seufer <ths@networkno.de>
Sat, 1 Sep 2007 23:37:42 +0000 (23:37 +0000)
... as the original version was correct.

src/compiler/generic/genesis.lisp
version.lisp-expr

index 03f91ed..a4ea9d5 100644 (file)
@@ -1609,7 +1609,7 @@ core and return a descriptor to it."
 (defvar *cold-assembler-fixups*)
 
 (defun record-cold-assembler-routine (name address)
-  (/show "in RECORD-COLD-ASSEMBLER-ROUTINE" name address)
+  (/xhow "in RECORD-COLD-ASSEMBLER-ROUTINE" name address)
   (push (cons name address)
         *cold-assembler-routines*))
 
index 78d822f..96c0229 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.9.24"
+"1.0.9.25"