Make id defs easily IDE-collapsable
This commit is contained in:
parent
5690a9611e
commit
b413adc62a
1 changed files with 42 additions and 41 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue