From 8212669645e18e79d8e4f4639bd420c91279ed06 Mon Sep 17 00:00:00 2001
From: dtc <dtc>
Date: Tue, 24 Feb 1998 18:12:10 +0000
Subject: [PATCH] Replace the defknown for %log1p-limited with one for %log1p.

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

diff --git a/compiler/float-tran.lisp b/compiler/float-tran.lisp
index 0bcf90d64..2a01bb74f 100644
--- a/compiler/float-tran.lisp
+++ b/compiler/float-tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.63 1998/02/20 18:40:46 dtc Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.64 1998/02/24 18:12:10 dtc Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -437,7 +437,7 @@
     (double-float (signed-byte 32)) double-float
     (movable foldable flushable))
 
-(defknown (%log1p-limited)
+(defknown (%log1p)
     (double-float) double-float
     (movable foldable flushable))
 
-- 
GitLab