mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-22 02:33:03 +00:00
(assoc_to_string): Wrap strings in _() if they need translation.
This commit is contained in:
@@ -28,7 +28,7 @@ assoc_to_string (assoc_t assoc)
|
|||||||
switch (assoc)
|
switch (assoc)
|
||||||
{
|
{
|
||||||
case undef_assoc:
|
case undef_assoc:
|
||||||
return "undefined associativity";
|
return _("undefined associativity");
|
||||||
|
|
||||||
case right_assoc:
|
case right_assoc:
|
||||||
return "%right";
|
return "%right";
|
||||||
|
|||||||
Reference in New Issue
Block a user