Skip to content
Snippets Groups Projects
Commit 5aa7554f authored by wlott's avatar wlott
Browse files

Don't export hash-table-weak-p from the common-lisp package.

parent 57fbe045
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hash.lisp,v 1.24 1993/05/22 21:17:58 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hash.lisp,v 1.25 1993/06/10 16:16:33 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -21,8 +21,7 @@
gethash remhash maphash clrhash
hash-table-count with-hash-table-iterator
hash-table-rehash-size hash-table-rehash-threshold
hash-table-size hash-table-test hash-table-weak-p
sxhash))
hash-table-size hash-table-test sxhash))
(in-package :ext)
(export '(define-hash-table-test))
......
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