Skip to content

Commit

Permalink
Added :dynamic true to meta data of rebindable vars for Clojure >= 1.…
Browse files Browse the repository at this point in the history
…4 compatability.
  • Loading branch information
jon-millett-sm committed Apr 8, 2013
1 parent d661c28 commit 11f5c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dgraph.clj
Expand Up @@ -10,8 +10,8 @@
(defstruct node :name :kind :quine :cache-valid? :cache :children)


(def #^{:private true} *node-name* nil)
(def *get-node-caller* nil)
(def #^{:private true :dynamic true} *node-name* nil)
(def #^{:dynamic true} *get-node-caller* nil)



Expand Down

0 comments on commit 11f5c2d

Please sign in to comment.