diff options
-rw-r--r-- | include/parse.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/parse.h b/include/parse.h index ab9f684..68cf6c0 100644 --- a/include/parse.h +++ b/include/parse.h @@ -65,9 +65,9 @@ enum stmt { S_MULASSIGN, S_DIVASSIGN, S_REMASSIGN, - S_ANDASSIGN, - S_ORASSIGN, - S_XORASSIGN, + S_BANDASSIGN, + S_BORASSIGN, + S_BXORASSIGN, S_INCR, S_DECR, S_IF, |