0.9.4.32: oops
authorGabor Melis <mega@hotpop.com>
Wed, 7 Sep 2005 13:16:58 +0000 (13:16 +0000)
committerGabor Melis <mega@hotpop.com>
Wed, 7 Sep 2005 13:16:58 +0000 (13:16 +0000)
  * declaim *LAST-ERROR-CONTEXT* special

src/compiler/main.lisp
version.lisp-expr

index c7d814c..d750adf 100644 (file)
@@ -28,7 +28,8 @@
                   #!+sb-show *compiler-trace-output*
                   *last-source-context* *last-original-source*
                   *last-source-form* *last-format-string* *last-format-args*
-                  *last-message-count* *lexenv* *fun-names-in-this-file*
+                  *last-message-count* *last-error-context*
+                  *lexenv* *fun-names-in-this-file*
                   *allow-instrumenting*))
 
 ;;; Whether call of a function which cannot be defined causes a full
index 6230c1c..d135119 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.9.4.31"
+"0.9.4.32"