diff --git a/code/hash.lisp b/code/hash.lisp index a113c75064fce855ff3f90d840504f386a224acc..bdf6cd6876953a270d2dab2aebfc5b8536dcb8f4 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.15 1992/05/07 09:57:15 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hash.lisp,v 1.16 1992/05/15 17:53:48 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -342,6 +342,7 @@ (hash-table-bucket-next bucket)) (setf (svref vector index) (hash-table-bucket-next bucket))) + (decf (hash-table-number-entries hash-table)) (return t))))))) ;;; CLRHASH -- public.