From 31423d1ce9d902b988c9b38f996718c7095d4315 Mon Sep 17 00:00:00 2001 From: katherine Date: Mon, 27 May 2019 16:29:08 -0700 Subject: implement hash parsing generation --- src/tok.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/tok.h') 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, -- cgit v1.2.3