From 4bc523a56a961fd233d810f6eaec60cdb1c8793c Mon Sep 17 00:00:00 2001 From: pw <pw> Date: Sun, 4 Mar 2001 21:19:22 +0000 Subject: [PATCH] Retract bogus previous revision. --- compiler/x86/float.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/x86/float.lisp b/compiler/x86/float.lisp index 4da457197..aa262df86 100644 --- a/compiler/x86/float.lisp +++ b/compiler/x86/float.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.38 2001/03/04 20:17:05 pw Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.39 2001/03/04 21:19:22 pw Exp $") ;;; ;;; ********************************************************************** ;;; @@ -765,7 +765,7 @@ ((frob (op fop-sti fopr-sti fop fopr sname scost fopd foprd dname dcost - #+long-float lname #+long-float lcost) + lname lcost) `(progn (define-vop (,sname) (:translate ,op) -- GitLab