diff options
Diffstat (limited to 'cudl.h')
-rw-r--r-- | cudl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ struct cudl_map_field { enum { CUDL_TAG_NULL, CUDL_TAG_BOOL, + CUDL_TAG_NUMBER, CUDL_TAG_ARRAY, CUDL_TAG_MAP, CUDL_TAG_STRING, |