Commit 65ab4f8d authored by Andreas Fuchs's avatar Andreas Fuchs
Browse files

0.8.4.33:

	Add a check for working CONSTANTLY in OpenMCL (some CVS versions
	throw an error)
parent 8d29e8f3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -78,6 +78,11 @@
#+(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"))


;;;; general non-ANSI-ness

+1 −1
Original line number Diff line number Diff line
@@ -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"