From: Thiemo Seufer Date: Sun, 26 Aug 2007 20:53:34 +0000 (+0000) Subject: 1.0.8.48: Update comment. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=ce495da534fd7e2d5452124c210436209115c298;p=sbcl.git 1.0.8.48: Update comment. --- diff --git a/src/code/float-trap.lisp b/src/code/float-trap.lisp index 95f385a..897d310 100644 --- a/src/code/float-trap.lisp +++ b/src/code/float-trap.lisp @@ -47,7 +47,7 @@ ;;; interpreter stubs for floating point modes get/setters for the ;;; alpha have been removed to alpha-vm.lisp, as they are implemented -;;; in C rather than as VOPs. +;;; in C rather than as VOPs. Likewise for x86-64 and mips. #!-(or alpha x86-64 mips) (progn (defun floating-point-modes () diff --git a/version.lisp-expr b/version.lisp-expr index 29a8946..8df57a0 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.8.47" +"1.0.8.48"