aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/schema.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljcc/schema.clj')
-rw-r--r--src/cljcc/schema.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cljcc/schema.clj b/src/cljcc/schema.clj
index 663604c..8b5d3a8 100644
--- a/src/cljcc/schema.clj
+++ b/src/cljcc/schema.clj
@@ -48,7 +48,7 @@
(def Const
[:map
- [:type [:enum :int :long :uint :ulong]]
+ [:type [:enum :int :long :uint :ulong :double]]
[:value number?]])
(def ConstantExp