aboutgitcodelistschat:MatrixIRC
path: root/cooker/cooker.h
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/cooker.h')
-rw-r--r--cooker/cooker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cooker/cooker.h b/cooker/cooker.h
index 40277c2..7a14221 100644
--- a/cooker/cooker.h
+++ b/cooker/cooker.h
@@ -64,6 +64,7 @@ enum type {
UNDEF = 0,
NONE,
+ USHORT,
INT,
U32,
U64,
@@ -107,7 +108,7 @@ enum flags {
#define TYPE_IS_COMPOUND(t) \
((t) == STRUCT || (t) == SELECT)
#define TYPE_IS_NUM(t) \
- ((t) == INT || (t) == U32 || (t) == U64 || (t) == LONG)
+ ((t) == INT || (t) == U32 || (t) == U64 || (t) == LONG || (t) == USHORT)
/**
* struct num - A numeric value and its label