]> git.saurik.com Git - bison.git/blobdiff - src/reader.c
* src/print_graph.c (print_actions): Remove `rule', unused.
[bison.git] / src / reader.c
index fcbac641204da06581413f65722f3f078c1b3f2b..ec920d19edf72c5851b8c2a6d5756bc1f9df22a9 100644 (file)
@@ -64,7 +64,7 @@ static bucket *errtoken;
 static bucket *undeftoken;
 
 
-symbol_list *
+static symbol_list *
 symbol_list_new (bucket *sym)
 {
   symbol_list *res = XMALLOC (symbol_list, 1);