aboutsummaryrefslogtreecommitdiffstats
path: root/src/tok.h
diff options
context:
space:
mode:
authorkatherine <shmibs@airen-no-jikken.icu>2019-05-27 16:29:08 -0700
committerkatherine <shmibs@airen-no-jikken.icu>2019-05-27 16:29:08 -0700
commit31423d1ce9d902b988c9b38f996718c7095d4315 (patch)
treed247172e33dc04f194456ba2498287185b5528fb /src/tok.h
parent79985ce2ecc8630a2c1ca48a8eef61e3a69c3fdd (diff)
downloadconfconf-31423d1ce9d902b988c9b38f996718c7095d4315.tar.gz
implement hash parsing generation
Diffstat (limited to 'src/tok.h')
-rw-r--r--src/tok.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tok.h b/src/tok.h
index 08099b3..7558508 100644
--- a/src/tok.h
+++ b/src/tok.h
@@ -13,11 +13,9 @@ enum tok_type_e {
TOK_BANG,
TOK_QMARK,
TOK_ASTERISK,
+ TOK_OP_SUFFIX,
TOK_OP_STRUCT,
TOK_OP_UNION,
- TOK_OP_HKEY_SIZE,
- TOK_OP_HKEY_NAME,
- TOK_OP_FUN_SUF,
TOK_UINT,
TOK_ID,
TOK_UNKNWN,