projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f8ba6c
)
LOCATION_PRINT -> location_print
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Dec 2002 05:55:28 +0000
(
05:55
+0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Dec 2002 05:55:28 +0000
(
05:55
+0000)
src/gram.c
patch
|
blob
|
history
diff --git
a/src/gram.c
b/src/gram.c
index
74fd5d5
..
d157608
100644
(file)
--- 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);