diff options
author | Charlie Stanton <charlie@shtanton.xyz> | 2022-01-09 15:10:21 +0000 |
---|---|---|
committer | Charlie Stanton <charlie@shtanton.xyz> | 2022-01-09 15:10:21 +0000 |
commit | e5d44899cffd80653da9e0336af36230c4e992a0 (patch) | |
tree | 07587e6b88b5d7d5c41f222a567a7b783fa35c80 /cudl.h | |
parent | fbcba2f689348fb723f8d33f3d8e2010e4864e85 (diff) | |
download | cudl-e5d44899cffd80653da9e0336af36230c4e992a0.tar |
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, |