1.0.37.42: Add DEFKNOWN for %FAILED-AVER...
authorTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Tue, 6 Apr 2010 12:43:56 +0000 (12:43 +0000)
committerTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Tue, 6 Apr 2010 12:43:56 +0000 (12:43 +0000)
..so the compiler knows that it won't return.

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

index 435eb5f..410266a 100644 (file)
   null)
 
 ;;; and analogous SBCL extension:
+(defknown sb!impl::%failed-aver (t) nil)
 (defknown bug (t &rest t) nil) ; never returns
+
 \f
 ;;;; from the "Miscellaneous" Chapter:
 
index 865c279..d4bb21c 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.37.41"
+"1.0.37.42"