0.7.6.6:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 25 Jul 2002 11:07:46 +0000 (11:07 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 25 Jul 2002 11:07:46 +0000 (11:07 +0000)
Fix two typos for SB-SHOW

src/code/toplevel.lisp
version.lisp-expr

index 1348ad7..af2f3f1 100644 (file)
@@ -65,7 +65,8 @@
      (/show0 "back from INFINITE-ERROR-PROTECTOR")
      (let ((*current-error-depth* (1+ *current-error-depth*)))
        (/show0 "in INFINITE-ERROR-PROTECT, incremented error depth")
-       #+sb-show (sb-debug:backtrace)
+       ;; arbitrary truncation
+       #!+sb-show (sb!debug:backtrace 8)
        ,@forms)))
 
 ;;; a helper function for INFINITE-ERROR-PROTECT
index 136a7be..66065ee 100644 (file)
@@ -18,4 +18,4 @@
 ;;; for internal versions, especially for internal versions off the
 ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
 
-"0.7.6.5"
+"0.7.6.6"