mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
(injections_compute): Wrap strings in _() if
they need translation.
This commit is contained in:
@@ -101,10 +101,10 @@ injections_compute (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (trace_flag & trace_sets)
|
if (trace_flag & trace_sets)
|
||||||
injections_print ("syntactic direct injections");
|
injections_print (_("syntactic direct injections"));
|
||||||
bitsetv_transitive_closure (injects);
|
bitsetv_transitive_closure (injects);
|
||||||
if (trace_flag & trace_sets)
|
if (trace_flag & trace_sets)
|
||||||
injections_print ("syntactic injections");
|
injections_print (_("syntactic injections"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user