diff options
Diffstat (limited to 'src/syntax.h')
| -rw-r--r-- | src/syntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.h b/src/syntax.h index 12293ae..cf8ce3f 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -9,7 +9,7 @@ typedef enum { PLUS, MINUS, MULT, -DIV, + DIV, } BinOp; typedef enum { |
