0.8.10.80:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 3 Jun 2004 14:46:53 +0000 (14:46 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 3 Jun 2004 14:46:53 +0000 (14:46 +0000)
Fix for build on sparc/linux

src/code/sparc-vm.lisp
version.lisp-expr

index 6c3d95e..1ef6009 100644 (file)
 ;;; Under Linux, we have to contend with utterly broken signal handling.
 #!+linux
 (defun context-floating-point-modes (context)
+  (declare (ignore context))
   (warn "stub CONTEXT-FLOATING-POINT-MODES")
   0)
 \f
index c1c75ac..862df5e 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.10.79"
+"0.8.10.80"