0.8.4.33:
authorAndreas Fuchs <asf@boinkor.net>
Sun, 19 Oct 2003 17:52:13 +0000 (17:52 +0000)
committerAndreas Fuchs <asf@boinkor.net>
Sun, 19 Oct 2003 17:52:13 +0000 (17:52 +0000)
Add a check for working CONSTANTLY in OpenMCL (some CVS versions
throw an error)

src/cold/ansify.lisp
version.lisp-expr

index 5bfa6d2..04a2794 100644 (file)
 #+(and cmu alpha)
 (unless (ignore-errors (read-from-string "1.0l0"))
   (error "CMUCL on Alpha can't read floats in the format \"1.0l0\".  Patch your core file~%~%"))
+
+#+openmcl 
+(unless (ignore-errors (funcall (constantly t) 1 2 3)) 
+  (error "please find a binary that understands CONSTANTLY to build from"))
+
 \f
 ;;;; general non-ANSI-ness
 
index 746df8e..a7aab0c 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".)
-"0.8.4.32"
+"0.8.4.33"