mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 01:03:04 +00:00
(relation_transpose): Wrap strings in _() if they need translation.
This commit is contained in:
@@ -134,7 +134,7 @@ relation_transpose (relation_t *R_arg, int n)
|
|||||||
|
|
||||||
if (trace_flag & trace_sets)
|
if (trace_flag & trace_sets)
|
||||||
{
|
{
|
||||||
fputs ("relation_transpose: input\n", stderr);
|
fputs (_("relation_transpose: input\n"), stderr);
|
||||||
relation_print (*R_arg, n, stderr);
|
relation_print (*R_arg, n, stderr);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -173,7 +173,7 @@ relation_transpose (relation_t *R_arg, int n)
|
|||||||
|
|
||||||
if (trace_flag & trace_sets)
|
if (trace_flag & trace_sets)
|
||||||
{
|
{
|
||||||
fputs ("relation_transpose: output\n", stderr);
|
fputs (_("relation_transpose: output\n"), stderr);
|
||||||
relation_print (new_R, n, stderr);
|
relation_print (new_R, n, stderr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user