1.0.9.32: Remove accidentially committed debug code.
authorThiemo Seufer <ths@networkno.de>
Wed, 5 Sep 2007 12:17:51 +0000 (12:17 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 5 Sep 2007 12:17:51 +0000 (12:17 +0000)
src/compiler/mips/backend-parms.lisp
version.lisp-expr

index e1c1a1d..48a61ff 100644 (file)
@@ -6,7 +6,7 @@
       #!+little-endian :little-endian
       #!-little-endian :big-endian)
 
-(progn ;eval-when (:compile-toplevel :load-toplevel :execute)
+(eval-when (:compile-toplevel :load-toplevel :execute)
   ;; The o32 ABI specifies 4k-64k as page size. We have to pick the
   ;; maximum since mprotect() works only with page granularity.
   (setf *backend-page-size* 65536))
index 5c96092..19fe38b 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.31"
+"1.0.9.32"