aboutsummaryrefslogtreecommitdiffstats
path: root/src/tok.h
diff options
context:
space:
mode:
authorkatherine <k@airen-no-jikken.icu>2019-05-30 04:05:29 -0700
committerkatherine <k@airen-no-jikken.icu>2019-05-30 04:05:29 -0700
commit00d99b082162e287d481577915be73d5bf1dc483 (patch)
tree9d5fa7e28b6d9dcf959a6d3884bc62a6b3d9d9d5 /src/tok.h
parent58e3054794cde4148267d81c80cc3109fbd19298 (diff)
downloadconfconf-00d99b082162e287d481577915be73d5bf1dc483.tar.gz
add enum defined types
Diffstat (limited to 'src/tok.h')
-rw-r--r--src/tok.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tok.h b/src/tok.h
index 7558508..488c5ad 100644
--- a/src/tok.h
+++ b/src/tok.h
@@ -16,6 +16,7 @@ enum tok_type_e {
TOK_OP_SUFFIX,
TOK_OP_STRUCT,
TOK_OP_UNION,
+ TOK_OP_ENUM,
TOK_UINT,
TOK_ID,
TOK_UNKNWN,