mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 14:51:20 -08:00
Remove a use of MAKE-HASH-TABLE with :LOCKABLE from trace.lsp
This commit is contained in:
parent
40f4a2a26f
commit
beab61e549
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ for Stepper mode commands."
|
|||
(defun step* (form)
|
||||
(let* ((*step-action* t)
|
||||
(*step-level* 0)
|
||||
(*step-functions* (make-hash-table :size 128 :test 'eq :lockable t)))
|
||||
(*step-functions* (make-hash-table :size 128 :test 'eq)))
|
||||
(catch *step-tag*
|
||||
(si:eval-with-env form nil t))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue