aboutsummaryrefslogtreecommitdiff
path: root/parts/table.h
diff options
context:
space:
mode:
authorkartofen <kartofen.mail.0@protonmail.com>2025-07-20 13:02:56 +0300
committerkartofen <kartofen.mail.0@protonmail.com>2025-07-20 13:02:56 +0300
commit1d6f6e7c6a07832b3524871fdec86f5329736598 (patch)
tree60981bf69a19fa84e06e36c10df6c35e0eed733a /parts/table.h
parent34357640c0676f33ad13aac1fe28effc6f6e47c7 (diff)
fix precedence
Diffstat (limited to 'parts/table.h')
-rw-r--r--parts/table.h1
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]