]> git.saurik.com Git - bison.git/commit
Pessimize the code to simplify it: from now on, all the states
authorAkim Demaille <akim@epita.fr>
Wed, 5 Dec 2001 09:21:55 +0000 (09:21 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 5 Dec 2001 09:21:55 +0000 (09:21 +0000)
commit06a2f464b12323e85887a102d38bb2cefd038931
tree886bad62438d30ff0fc495a971e7b467fb26704a
parent15ab9127f525bdf8bb2932d1526cdabf73af924b
Pessimize the code to simplify it: from now on, all the states
have a valid SHIFTS, which NSHIFTS is possibly 0.
* src/LR0.c (shifts_new): Be global and move to..
* src/state.c, src/state.h: here.
* src/conflicts, src/lalr.c, src/output.c, src/print.c,
* src/print_graph: Adjust.
ChangeLog
src/LR0.c
src/Makefile.am
src/Makefile.in
src/conflicts.c
src/lalr.c
src/output.c
src/print.c
src/print_graph.c
src/state.c [new file with mode: 0644]
src/state.h