CMUCL commit: RELEASE-20B-BRANCH src/compiler/x86 (float.lisp)

Raymond Toy rtoy at common-lisp.net
Tue Sep 21 02:11:32 CEST 2010


    Date: Monday, September 20, 2010 @ 20:11:32
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/compiler/x86
     Tag: RELEASE-20B-BRANCH

Modified: float.lisp

Text domain should be cmucl-x87, not cmucl-x86-vm.


------------+
 float.lisp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Index: src/compiler/x86/float.lisp
diff -u src/compiler/x86/float.lisp:1.60 src/compiler/x86/float.lisp:1.60.4.1
--- src/compiler/x86/float.lisp:1.60	Tue Apr 20 13:57:47 2010
+++ src/compiler/x86/float.lisp	Mon Sep 20 20:11:32 2010
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group at cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /project/cmucl/cvsroot/src/compiler/x86/float.lisp,v 1.60 2010-04-20 17:57:47 rtoy Exp $")
+  "$Header: /project/cmucl/cvsroot/src/compiler/x86/float.lisp,v 1.60.4.1 2010-09-21 00:11:32 rtoy Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -22,7 +22,7 @@
 ;;;
 
 (in-package :x86)
-(intl:textdomain "cmucl-x86-vm")
+(intl:textdomain "cmucl-x87")
 
 
 



More information about the cmucl-commit mailing list