From: Nikodemus Siivola Date: Sun, 3 Dec 2006 14:45:51 +0000 (+0000) Subject: 1.0.0.15: build fix & cleanup X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=bd4a3dde0c109071e2812bbe3408980719b592b7;p=sbcl.git 1.0.0.15: build fix & cleanup * correct defknown for COMPILER-ERROR. * COMPILER-ABORT doesn't exist anymore. --- diff --git a/src/compiler/fndb.lisp b/src/compiler/fndb.lisp index fe73ff0..e2dc28b 100644 --- a/src/compiler/fndb.lisp +++ b/src/compiler/fndb.lisp @@ -1543,7 +1543,7 @@ (defknown policy-quality (policy symbol) policy-quality (flushable)) -(defknown (compiler-abort compiler-error) (string &rest t) nil ()) +(defknown compiler-error (t &rest t) nil ()) (defknown (compiler-warn compiler-style-warn) (string &rest t) (values) ()) (defknown (compiler-notify maybe-compiler-notify) ((or string symbol) &rest t) (values) diff --git a/src/compiler/srctran.lisp b/src/compiler/srctran.lisp index d93c082..81c82d2 100644 --- a/src/compiler/srctran.lisp +++ b/src/compiler/srctran.lisp @@ -3726,7 +3726,6 @@ #+sb-xc-host ; Only we should be using these (progn (def style-warn) - (def compiler-abort) (def compiler-error) (def compiler-warn) (def compiler-style-warn) diff --git a/version.lisp-expr b/version.lisp-expr index a57d159..1154bac 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".) -"1.0.0.14" +"1.0.0.15"