]> git.saurik.com Git - bison.git/commit - src/symlist.c
debug: improve the display of symbol lists
authorAkim Demaille <akim@lrde.epita.fr>
Sat, 9 Feb 2013 15:07:09 +0000 (16:07 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 11 Feb 2013 08:04:17 +0000 (09:04 +0100)
commit848bcc288d88f5d89242cf5c1a75a8da5e03c736
tree253db9ed2f843bbfbdf09f3a9248028cdb77f0dc
parentec6dc4375eaeb5ef358fb2a0e9082a53dcc54d87
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.
src/symlist.c
src/symtab.c