summaryrefslogtreecommitdiff
path: root/Token.h
diff options
context:
space:
mode:
Diffstat (limited to 'Token.h')
-rw-r--r--Token.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Token.h b/Token.h
index e896c07..1478199 100644
--- a/Token.h
+++ b/Token.h
@@ -22,6 +22,8 @@ enum {
TOK_STAR,
/* double char toks */
TOK_INCREMENT,
+ TOK_COMP_EQ,
+ TOK_COMP_NEQ,
};
union TokenValue {