From: Paul Eggert Date: Sat, 7 Dec 2002 05:55:28 +0000 (+0000) Subject: LOCATION_PRINT -> location_print X-Git-Tag: BISON-1_875~165 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/5fcdb07b709f345b1efeea2956618d7d7359f67b LOCATION_PRINT -> location_print --- diff --git a/src/gram.c b/src/gram.c index 74fd5d57..d157608a 100644 --- a/src/gram.c +++ b/src/gram.c @@ -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);