aboutsummaryrefslogtreecommitdiffstats
path: root/src/tok.h
diff options
context:
space:
mode:
authorkatherine <k@airen-no-jikken.icu>2019-05-30 07:34:25 -0700
committerkatherine <k@airen-no-jikken.icu>2019-05-30 07:34:25 -0700
commit85456307365f470378df2f5e7fc3a355bc3d4ace (patch)
tree52bf3f24741399237bd99ea3fde253a3b8d83b0c /src/tok.h
parent00d99b082162e287d481577915be73d5bf1dc483 (diff)
downloadconfconf-85456307365f470378df2f5e7fc3a355bc3d4ace.tar.gz
add configurable uthash header location
Diffstat (limited to 'src/tok.h')
-rw-r--r--src/tok.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tok.h b/src/tok.h
index 488c5ad..fdf3cbc 100644
--- a/src/tok.h
+++ b/src/tok.h
@@ -13,14 +13,17 @@ enum tok_type_e {
TOK_BANG,
TOK_QMARK,
TOK_ASTERISK,
- TOK_OP_SUFFIX,
TOK_OP_STRUCT,
TOK_OP_UNION,
TOK_OP_ENUM,
+ TOK_OP_NAMING_SUFFIX,
+ TOK_OP_UTHASH_LOCATION,
TOK_UINT,
TOK_ID,
+ TOK_HEADER,
TOK_UNKNWN,
TOK_END,
+ TOK_LONG,
};
struct tok_s {