From 9b4c09aef7cc53777157c0b4f73738db175a26ce Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 13 Jul 1990 11:57:45 +0000 Subject: [PATCH] Added get-closure-length to the kernel exports. --- code/exports.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/exports.lisp b/code/exports.lisp index 4a88de7b5..24ed912ea 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.42 1990/07/10 18:25:11 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.43 1990/07/13 11:57:45 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 float-format-digits)) + double-float-exponent float-format-digits get-closure-length)) (in-package "EXTENSIONS") -- GitLab