* src/symtab.h, src/symtab.c (symbol_print): here.
fprintf (f, " %s { %s }", #Attr, s->props[Attr].code)
void
fprintf (f, " %s { %s }", #Attr, s->props[Attr].code)
void
-symbol_print (symbol *s, FILE *f)
+symbol_print (symbol const *s, FILE *f)
`--------------------*/
/** Print a symbol (for debugging). */
`--------------------*/
/** Print a symbol (for debugging). */
-void symbol_print (symbol *s, FILE *f);
+void symbol_print (symbol const *s, FILE *f);
/** Is this a dummy nonterminal? */
bool symbol_is_dummy (const symbol *sym);
/** Is this a dummy nonterminal? */
bool symbol_is_dummy (const symbol *sym);