From e37eccfabbc5c626791e9698cc6c5fb1ec335625 Mon Sep 17 00:00:00 2001 From: kartofen Date: Sun, 6 Jul 2025 17:35:06 +0300 Subject: quick and easy semantic actions --- clr-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clr-table.c') diff --git a/clr-table.c b/clr-table.c index 23345ec..fb68826 100644 --- a/clr-table.c +++ b/clr-table.c @@ -68,7 +68,7 @@ static void itemset_print(struct item *set, size_t nset) static size_t itemset_handle(struct item *set, size_t nset) { #ifdef _LAZY_LALR - int use_state = SIZE_MAX; + size_t use_state = SIZE_MAX; #endif // 1. is set in seen_sets -- cgit v1.2.3