style: fix comments and more debug trace

* src/location.c, src/symtab.h, src/symtab.c: here.
This commit is contained in:
Akim Demaille
2020-08-05 07:56:14 +02:00
parent 7d4a4300c2
commit 6aae4a7378
5 changed files with 20 additions and 12 deletions

View File

@@ -227,7 +227,7 @@ void symbol_precedence_set (symbol *sym, int prec, assoc a, location loc);
void symbol_class_set (symbol *sym, symbol_class class, location loc,
bool declaring);
/** Set the \c code associated with \c sym. */
/** Set the token \c code of \c sym, specified by the user at \c loc. */
void symbol_code_set (symbol *sym, int code, location loc);