aboutsummaryrefslogtreecommitdiff
path: root/include/binop_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/binop_type.h')
-rw-r--r--include/binop_type.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/binop_type.h b/include/binop_type.h
index 502392c..94d2b7a 100644
--- a/include/binop_type.h
+++ b/include/binop_type.h
@@ -7,7 +7,8 @@ typedef enum {
BINOP_MUL,
BINOP_DIV,
BINOP_DOT,
- BINOP_EQUALS
+ BINOP_EQUALS,
+ BINOP_AND
} BinopType;
#endif