* Bind *LAST-ERROR-CONTEXT* to NIL in ACTUALLY-COMPILE. Location for
compiler notes is not omitted for subsequent compile calls.
With this fix evaluating (WHEN NIL (PRINT 'HELLO)) twice produces
the location for the second note, too.
(*last-format-string* nil)
(*last-format-args* nil)
(*last-message-count* 0)
+ (*last-error-context* nil)
(*gensym-counter* 0)
;; KLUDGE: This rebinding of policy is necessary so that
;; forms such as LOCALLY at the REPL actually extend the
;;; 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.30"
+"0.9.4.31"