From 267bf7fc3562fb87c28541b79af4a375fa7b22e4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 14 Jun 2024 21:15:42 +0200 Subject: Don’t hardcode _AST_LAST_ENT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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_; -- cgit v1.2.3