mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 05:13:04 +00:00
style: comment changes
* src/symtab.h, src/lr0.c: here.
This commit is contained in:
@@ -230,7 +230,8 @@ void symbol_precedence_set (symbol *sym, int prec, assoc a, location loc);
|
||||
/** Set the \c class associated with \c sym.
|
||||
|
||||
Whether \c declaring means whether this class definition comes
|
||||
from %nterm or %token (but not %type, prec/assoc, etc.). */
|
||||
from %nterm or %token (but not %type, prec/assoc, etc.). A symbol
|
||||
can have "declaring" set only at most once. */
|
||||
void symbol_class_set (symbol *sym, symbol_class class, location loc,
|
||||
bool declaring);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user