mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
style: shift/reduce, not shift-reduce
* src/reader.c: here.
This commit is contained in:
@@ -576,8 +576,8 @@ grammar_current_rule_predicate_append (const char *pred, location loc)
|
||||
/* is_predicate */ true);
|
||||
}
|
||||
|
||||
/* Set the expected number of shift-reduce (reduce-reduce) conflicts for
|
||||
* the current rule. If a midrule is encountered later, the count
|
||||
/* Set the expected number of shift/reduce (reduce/reduce) conflicts
|
||||
* for the current rule. If a midrule is encountered later, the count
|
||||
* is transferred to it and reset in the current rule to -1. */
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user