mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
maint: add missing const.
* src/symtab.h, src/symtab.c (symbol_print): here.
This commit is contained in:
@@ -147,7 +147,7 @@ semantic_type_new (uniqstr tag, const location *loc)
|
||||
fprintf (f, " %s { %s }", #Attr, s->props[Attr].code)
|
||||
|
||||
void
|
||||
symbol_print (symbol *s, FILE *f)
|
||||
symbol_print (symbol const *s, FILE *f)
|
||||
{
|
||||
if (s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user