mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
style: clean up the scanner and parser
* src/scan-gram.l: Formatting changes. Add "missing" assertion for symmetry. * src/parse-gram.y: Formatting changes.
This commit is contained in:
@@ -592,10 +592,10 @@ rules_or_grammar_declaration:
|
||||
|
||||
rules:
|
||||
id_colon named_ref.opt { current_lhs ($1, @1, $2); } rhses.1
|
||||
{
|
||||
/* Free the current lhs. */
|
||||
current_lhs (0, @1, 0);
|
||||
}
|
||||
{
|
||||
/* Free the current lhs. */
|
||||
current_lhs (0, @1, 0);
|
||||
}
|
||||
;
|
||||
|
||||
rhses.1:
|
||||
|
||||
Reference in New Issue
Block a user