mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
maint: avoid "the the"
* djgpp/README.in: s/the the/the/ * src/parse-gram.c (lloc_default): Likewise. * src/parse-gram.y (lloc_default): Likewise, and remove a trailing space. Conflicts: ChangeLog src/parse-gram.y
This commit is contained in:
committed by
Akim Demaille
parent
e6062fb6da
commit
77315a51c1
@@ -3243,7 +3243,7 @@ lloc_default (YYLTYPE const *rhs, int n)
|
||||
loc.start = rhs[n].end;
|
||||
loc.end = rhs[n].end;
|
||||
|
||||
/* Ignore empty nonterminals the start of the the right-hand side.
|
||||
/* Ignore empty nonterminals the start of the right-hand side.
|
||||
Do not bother to ignore them at the end of the right-hand side,
|
||||
since empty nonterminals have the same end as their predecessors. */
|
||||
for (i = 1; i <= n; i++)
|
||||
|
||||
@@ -686,7 +686,7 @@ lloc_default (YYLTYPE const *rhs, int n)
|
||||
loc.start = rhs[n].end;
|
||||
loc.end = rhs[n].end;
|
||||
|
||||
/* Ignore empty nonterminals the start of the the right-hand side.
|
||||
/* Ignore empty nonterminals the start of the right-hand side.
|
||||
Do not bother to ignore them at the end of the right-hand side,
|
||||
since empty nonterminals have the same end as their predecessors. */
|
||||
for (i = 1; i <= n; i++)
|
||||
|
||||
Reference in New Issue
Block a user