Skip to content

Commit

Permalink
Reset hash-table count in :clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Affonso-Gui committed May 5, 2022
1 parent 8be9eba commit 9c4ffb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/l/hashtab.l
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
(dotimes (i size)
(setf (aref key i) empty
(aref value i) nil))
(setq count 0)
self)
(:prin1 (&optional (strm t) &rest mesgs)
(send-super* :prin1 strm
Expand Down

0 comments on commit 9c4ffb7

Please sign in to comment.