diff options
| author | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-06 17:35:06 +0300 |
|---|---|---|
| committer | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-06 17:35:06 +0300 |
| commit | e37eccfabbc5c626791e9698cc6c5fb1ec335625 (patch) | |
| tree | 75ec27e5cda989316b2498c913e0283c9ed08841 /clr-table.c | |
| parent | 9b4c8231a368524f9e797af111019ce95823f981 (diff) | |
quick and easy semantic actions
Diffstat (limited to 'clr-table.c')
| -rw-r--r-- | clr-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
