Fix uses of defvar not compiling
This commit is contained in:
parent
218545feb7
commit
f22cf8f81d
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@
|
||||||
(def ~(:var-name args)
|
(def ~(:var-name args)
|
||||||
~@(when-let [doc (:docstring args)]
|
~@(when-let [doc (:docstring args)]
|
||||||
(list doc))
|
(list doc))
|
||||||
(static-variable symbol#)))))
|
(static-variable symbol# ~(:type args))))))
|
||||||
(s/fdef defvar
|
(s/fdef defvar
|
||||||
:args ::defconst-args)
|
:args ::defconst-args)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue