]> git.saurik.com Git - bison.git/commit - src/conflicts.c
* src/closure.h: New file.
authorAkim Demaille <akim@epita.fr>
Thu, 21 Sep 2000 10:17:59 +0000 (10:17 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 21 Sep 2000 10:17:59 +0000 (10:17 +0000)
commitc29240e74b6f81a3bc37a3b0e718479b2e7f16c3
tree168aa5712a873a98b100fdad82be2c7ce6dbf0ff
parent2fa6973e6f491950d9b0345c1573888eed8e01d7
* src/closure.h: New file.
* src/closure.c: Formatting changes, topological sort over the
functions, use of closure.h.
(initialize_closure, finalize_closure):  Rename as...
(new_closure, free_closure): these.  Adjust dependencies.
* src/LR0.c: Formatting changes, topological sort, use of
cloture.h.
(initialize_states): Rename as...
(new_states): this.
* src/Makefile.am (noinst_HEADERS): Adjust.
12 files changed:
ChangeLog
po/de.po
po/es.po
po/et.po
po/fr.po
po/ja.po
po/nl.po
po/ru.po
src/closure.h [new file with mode: 0644]
src/conflicts.c
src/print.c
tests/suite.m4