From: Akim Demaille Date: Sat, 9 Feb 2013 15:07:09 +0000 (+0100) Subject: debug: improve the display of symbol lists X-Git-Tag: v2.7.90~102 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/848bcc288d88f5d89242cf5c1a75a8da5e03c736?hp=848bcc288d88f5d89242cf5c1a75a8da5e03c736 debug: improve the display of symbol lists * src/symtab.c (symbol_print): Remove useless quotes (the symbol already has quotes). Prefer fputs. * src/symlist.c (symbol_list_syms_print): Likewise. Fix separators. ---