aboutsummaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index 6780e24..7883722 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -49,7 +49,7 @@ enum {
‘lhs - rhs’ */
ASTBINSUB = '-',
- _AST_LAST_ENT = 256,
+ _AST_LAST_ENT,
};
typedef uint8_t ast_kind_t_;