Make id defs easily IDE-collapsable

This commit is contained in:
Peter Taoussanis 2014-01-22 14:37:38 +07:00
parent 5690a9611e
commit b413adc62a

View file

@ -36,7 +36,7 @@
;;;; Data type IDs
;; **Negative ids reserved for user-defined types**
(do ; Just for easier IDE collapsing
(def ^:const id-reserved (int 0))
;; 1
(def ^:const id-bytes (int 2))
@ -85,6 +85,7 @@
(def ^:const id-old-string (int 11)) ; as of 0.9.2, for +64k support
(def ^:const id-old-map (int 22)) ; as of 0.9.0, for more efficient thaw
(def ^:const id-old-keyword (int 12)) ; as of 2.0.0-alpha5, for str consistecy
)
;;;; Freezing