From ce495da534fd7e2d5452124c210436209115c298 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sun, 26 Aug 2007 20:53:34 +0000 Subject: [PATCH] 1.0.8.48: Update comment. --- src/code/float-trap.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4