Skip to content
Snippets Groups Projects
Commit 9b4c09ae authored by wlott's avatar wlott
Browse files

Added get-closure-length to the kernel exports.

parent c1d2f1a4
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
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