diff options
| author | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-20 13:02:56 +0300 |
|---|---|---|
| committer | kartofen <kartofen.mail.0@protonmail.com> | 2025-07-20 13:02:56 +0300 |
| commit | 1d6f6e7c6a07832b3524871fdec86f5329736598 (patch) | |
| tree | 60981bf69a19fa84e06e36c10df6c35e0eed733a /parts/table.h | |
| parent | 34357640c0676f33ad13aac1fe28effc6f6e47c7 (diff) | |
fix precedence
Diffstat (limited to 'parts/table.h')
| -rw-r--r-- | parts/table.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parts/table.h b/parts/table.h index c60ad4f..b768b1a 100644 --- a/parts/table.h +++ b/parts/table.h @@ -87,7 +87,6 @@ int table_insert(size_t state, symbol sym, struct action a) } if(shift_reduce) { - report = 1; shift_p = precedence_symbol[sym]; reduce_p = (tbl_is_reduce) ? precedence_production[tbl_a->arg] |
