]> git.saurik.com Git - bison.git/commit
* src/reader.c (reader): Remove call to free_symtab ().
authorAkim Demaille <akim@epita.fr>
Mon, 24 Sep 2001 08:15:53 +0000 (08:15 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 24 Sep 2001 08:15:53 +0000 (08:15 +0000)
commitbb84601097e8a8363c3f7cff29fbe070906758d9
tree3217631c5feacb5ed851ac6158c56b1b2064c8ad
parent9a96ccfa203065107d5797f6ae97dc1c45d0a2a0
* src/reader.c (reader): Remove call to free_symtab ().
* src/main.c (main): Call it here.
Include symtab.h.
* src/conflicts.c (initialize_conflicts): Rename as...
(solve_conflicts): this.
* src/print.c (print_core, print_actions, print_state)
(print_grammar): Dump to a file instead a `output_obstack'.
(print_results): Dump `output_obstack', and then proceed with the
FILE *.
* src/files.c (compute_output_file_names, close_files): New.
(output_files): Adjust.
* src/main.c (main): Adjust.
23 files changed:
ChangeLog
po/de.gmo
po/de.po
po/es.gmo
po/es.po
po/et.gmo
po/et.po
po/fr.gmo
po/fr.po
po/ja.gmo
po/ja.po
po/nl.gmo
po/nl.po
po/ru.gmo
po/ru.po
po/tr.po
src/conflicts.c
src/conflicts.h
src/files.c
src/files.h
src/main.c
src/print.c
src/reader.c