diff options
Diffstat (limited to 'dimension/parse.h')
-rw-r--r-- | dimension/parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h index ddd5e7a..2b5ecb7 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -133,6 +133,7 @@ typedef enum { DMNSN_AST_GREATER_EQUAL, DMNSN_AST_AND, DMNSN_AST_OR, + DMNSN_AST_NOT, DMNSN_AST_IDENTIFIER, |