mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Use the thread safe make-hash-table
This commit is contained in:
parent
5a4c220a95
commit
416c8d09c1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
(in-package :clog-demo-2)
|
(in-package :clog-demo-2)
|
||||||
|
|
||||||
(defvar *global-list-box-hash* (make-hash-table :test 'equalp)
|
(defvar *global-list-box-hash* (make-hash-table* :test 'equalp)
|
||||||
"Username to update function")
|
"Username to update function")
|
||||||
|
|
||||||
(defun send-message (user msg)
|
(defun send-message (user msg)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue