mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
LOCATION_PRINT -> location_print
This commit is contained in:
@@ -316,7 +316,7 @@ grammar_rules_never_reduced_report (const char *message)
|
||||
for (r = 0; r < nrules ; ++r)
|
||||
if (!rules[r].useful)
|
||||
{
|
||||
LOCATION_PRINT (stderr, rules[r].location);
|
||||
location_print (stderr, rules[r].location);
|
||||
fprintf (stderr, ": %s: %s: ",
|
||||
_("warning"), message);
|
||||
rule_print (&rules[r], stderr);
|
||||
|
||||
Reference in New Issue
Block a user