]> git.saurik.com Git - bison.git/blobdiff - src/reader.h
doc: one of the fixes for an ambiguous grammar was ambiguous too
[bison.git] / src / reader.h
index 3722a7f566decc5f2e48cb89a34ecba684e52054..e154deb02e234929e83d481aaeffe09fe0178294 100644 (file)
@@ -51,9 +51,9 @@ void grammar_current_rule_prec_set (symbol *precsym, location loc);
 void grammar_current_rule_dprec_set (int dprec, location loc);
 void grammar_current_rule_merge_set (uniqstr name, location loc);
 void grammar_current_rule_symbol_append (symbol *sym, location loc,
-                                        named_ref *named_ref);
+                                        named_ref *nref);
 void grammar_current_rule_action_append (const char *action, location loc,
-                                        named_ref *named_ref);
+                                        named_ref *nref);
 void reader (void);
 void free_merger_functions (void);