Skip to content
Snippets Groups Projects
Commit 82126696 authored by dtc's avatar dtc
Browse files

Replace the defknown for %log1p-limited with one for %log1p.

parent 5d371315
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (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 @@ ...@@ -437,7 +437,7 @@
(double-float (signed-byte 32)) double-float (double-float (signed-byte 32)) double-float
(movable foldable flushable)) (movable foldable flushable))
(defknown (%log1p-limited) (defknown (%log1p)
(double-float) double-float (double-float) double-float
(movable foldable flushable)) (movable foldable flushable))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment