From 89723dab1eff0dcc17c79c5675cb18c7c4e62b80 Mon Sep 17 00:00:00 2001 From: Gabor Melis Date: Wed, 7 Sep 2005 13:16:58 +0000 Subject: [PATCH] 0.9.4.32: oops * declaim *LAST-ERROR-CONTEXT* special --- src/compiler/main.lisp | 3 ++- version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/compiler/main.lisp b/src/compiler/main.lisp index c7d814c..d750adf 100644 --- a/src/compiler/main.lisp +++ b/src/compiler/main.lisp @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index 6230c1c..d135119 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4