From 5aa7554f889a96600d76b9e0eec756b9e33ff3cb Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Thu, 10 Jun 1993 16:16:33 +0000 Subject: [PATCH] Don't export hash-table-weak-p from the common-lisp package. --- code/hash.lisp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/hash.lisp b/code/hash.lisp index 79b7f1432..d712e95db 100644 --- a/code/hash.lisp +++ b/code/hash.lisp @@ -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)) -- GitLab