X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e8f7155d98c22579c871c293a0daa5f7752e7c2b..f038e56cdc211396f54f138e95693d0906d6fafa:/src/symtab.h diff --git a/src/symtab.h b/src/symtab.h index 33374fb3..f585fd7b 100644 --- a/src/symtab.h +++ b/src/symtab.h @@ -266,7 +266,8 @@ struct symgraph void register_precedence (graphid first, graphid snd); -/** Print a warning for each symbol whose precedence is useless. */ +/** Print a warning for each symbol whose precedence and/or associativity + * is useless. */ void print_precedence_warnings (void); @@ -274,9 +275,7 @@ void print_precedence_warnings (void); | Symbol associativity | `----------------------*/ -void register_assoc (int i, int j); - -void print_assoc_warnings (void); +void register_assoc (graphid i, graphid j); /*-----------------. | Semantic types. |