mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
* src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
* src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't translate maintainer only messages.
This commit is contained in:
@@ -28,7 +28,7 @@ assoc_to_string (assoc_t assoc)
|
||||
switch (assoc)
|
||||
{
|
||||
case undef_assoc:
|
||||
return _("undefined associativity");
|
||||
return "undefined associativity";
|
||||
|
||||
case right_assoc:
|
||||
return "%right";
|
||||
|
||||
Reference in New Issue
Block a user