git.fiddlerwoaroof.com
Browse code

Don't trample on oneself after reload

Ed L authored on 03/03/2019 17:51:40
Showing 1 changed files
... ...
@@ -232,7 +232,7 @@
232 232
                     :name "Event Loop") 
233 233
     event-pump))
234 234
 
235
-(defparameter *command-table* (make-hash-table :test 'equal))
235
+(defvar *command-table* (make-hash-table :test 'equal))
236 236
 
237 237
 (defun quote-output (str)
238 238
   (with-output-to-string (s)
... ...
@@ -339,7 +339,7 @@
339 339
         :quote t))))
340 340
 
341 341
 
342
-(defparameter *id* 0)
342
+(defvar *id* 0)
343 343
 (defun make-message (data channel)
344 344
   (incf *id*)
345 345
   (with-output-to-string (s)