0.8.20.18: x86 --> (and x86 linux)
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 11 Mar 2005 18:54:34 +0000 (18:54 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 11 Mar 2005 18:54:34 +0000 (18:54 +0000)
           "Mature debugger function looking for love; WLTM a serious hacker
           to share my kinks with. ``It's what's inside that counts.'' Rpl 2
           SBCL CVS, X86-CALL-CONTEXT"

tests/debug.impure.lisp
version.lisp-expr

index 2dbf94e..683d460 100644 (file)
            (list *undefined-function-frame*
                  (list '(flet test) #'optimized))))
   
-  #-x86 ; bug 353: This test fails at least most of the time for x86/linux ca. 0.8.20.16. -- WHN
+  ;; bug 353: This test fails at least most of the time for x86/linux
+  ;; ca. 0.8.20.16. -- WHN
+  #-(x86 linux)
   (assert (verify-backtrace 
            (lambda () (test #'not-optimized))
            (list *undefined-function-frame*
index 07e9f88..0bca51a 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".)
-"0.8.20.17"
+"0.8.20.18"