mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
Insert `_' macro around many string constants.
This commit is contained in:
@@ -49,7 +49,7 @@ set_nullable()
|
||||
short *r1;
|
||||
|
||||
#ifdef TRACE
|
||||
fprintf(stderr, "Entering set_nullable");
|
||||
fprintf(stderr, _("Entering set_nullable"));
|
||||
#endif
|
||||
|
||||
nullable = NEW2(nvars, char) - ntokens;
|
||||
|
||||
Reference in New Issue
Block a user