LOCATION_PRINT -> location_print

This commit is contained in:
Paul Eggert
2002-12-07 05:55:28 +00:00
parent 7f8ba6c7f3
commit 5fcdb07b70

View File

@@ -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);