projects
/
bison.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
regen
[bison.git]
/
src
/
gram.h
diff --git
a/src/gram.h
b/src/gram.h
index 75b3b0a9abc356aa76c7920807117376b368b86d..e502b781b52b973ce6fb67946f04a672e4b5975b 100644
(file)
--- a/
src/gram.h
+++ b/
src/gram.h
@@
-229,9
+229,6
@@
size_t rule_rhs_length (rule *r);
/* Print this rule's RHS on OUT. */
void rule_rhs_print (rule *r, FILE *out);
-/* Print this rule on OUT. */
-void rule_print (rule *r, FILE *out);
-