1.0.0.15: build fix & cleanup
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Dec 2006 14:45:51 +0000 (14:45 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Dec 2006 14:45:51 +0000 (14:45 +0000)
  * correct defknown for COMPILER-ERROR.
  * COMPILER-ABORT doesn't exist anymore.

src/compiler/fndb.lisp
src/compiler/srctran.lisp
version.lisp-expr

index fe73ff0..e2dc28b 100644 (file)
 (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)
index d93c082..81c82d2 100644 (file)
   #+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)
index a57d159..1154bac 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".)
-"1.0.0.14"
+"1.0.0.15"