From 8f25fddfdc3d2654d3141cf0c62b8e876cd0e31c Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Tue, 10 Jul 1990 18:25:11 +0000 Subject: [PATCH] Moved float-format-digits from the vm package to the kernel package. --- code/exports.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/exports.lisp b/code/exports.lisp index 2c36d44df..4a88de7b5 100644 --- a/code/exports.lisp +++ b/code/exports.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.41 1990/07/07 13:10:12 ram Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.42 1990/07/10 18:25:11 wlott Exp $ ;;; ;;; All the stuff necessary to export various symbols from various packages. ;;; @@ -326,7 +326,7 @@ %double-float decode-single-float decode-double-float integer-decode-single-float integer-decode-double-float scale-single-float scale-double-float single-float-exponent - double-float-exponent)) + double-float-exponent float-format-digits)) (in-package "EXTENSIONS") @@ -532,7 +532,7 @@ single-float-hidden-bit double-float-hidden-bit float-sign-shift make-single-float make-double-float single-float-bits double-float-low-bits double-float-high-bits - single-float-digits double-float-digits float-format-digits)) + single-float-digits double-float-digits)) (in-package "C") -- GitLab