From cfa9ffe0a7667604db91dfae2de0996ad95513a9 Mon Sep 17 00:00:00 2001 From: Christophe Rhodes Date: Thu, 13 May 2004 12:35:46 +0000 Subject: [PATCH] 0.8.10.22: Minor non-behavioural fixes that are in the way of my thought process. --- src/compiler/compiler-error.lisp | 2 +- src/compiler/dump.lisp | 2 ++ version.lisp-expr | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/compiler/compiler-error.lisp b/src/compiler/compiler-error.lisp index 7a62e25..80a7b85 100644 --- a/src/compiler/compiler-error.lisp +++ b/src/compiler/compiler-error.lisp @@ -91,7 +91,7 @@ ;;; (2003-05-27) used in SBCL at all. (declaim (ftype (function (string &rest t) nil) compiler-error compiler-abort)) (declaim (ftype (function (string &rest t) (values)) - compiler-warning compiler-style-warning)) + compiler-warn compiler-style-warn)) (defun compiler-abort (format-string &rest format-args) (error 'compiler-error :format-control format-string diff --git a/src/compiler/dump.lisp b/src/compiler/dump.lisp index eaf4ab8..bb8ff48 100644 --- a/src/compiler/dump.lisp +++ b/src/compiler/dump.lisp @@ -1042,6 +1042,8 @@ ;; hardwired to be empty. And SBCL doesn't have GENGC (and as ;; far as I know no modern CMU CL does either -- WHN ;; 2001-10-05). So might we be able to get rid of trace tables? + ;; + ;; Note that gencgc also does something with the trace table. ;; Dump the constants, noting any :ENTRY constants that have to ;; be patched. diff --git a/version.lisp-expr b/version.lisp-expr index ba36119..a725847 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.8.10.21" +"0.8.10.22" -- 1.7.10.4