* src/state.h (nstates, final_state, first_state, first_shift)
authorAkim Demaille <akim@epita.fr>
Mon, 2 Oct 2000 08:22:23 +0000 (08:22 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 2 Oct 2000 08:22:23 +0000 (08:22 +0000)
commitb2ca4022ea6c61e10ac87a0a92bb0f998ecf8b48
tree9a6341a154056431b9347ad6d14a7befafd91d85
parent403b315bb1f3b9b61630cf123f348cb19070dd6c
* src/state.h (nstates, final_state, first_state, first_shift)
(first_reduction): Move their exportation from here...
* src/LR0.h: to here.
Adjust dependencies.
* src/getargs.c (statisticsflag): New variable.
Add support for `--statistics'.
Adjust dependencies.
Remove a lot of now useless `extern' statements in most files.
16 files changed:
ChangeLog
src/LR0.h
src/closure.c
src/conflicts.c
src/derives.c
src/files.c
src/getargs.c
src/getargs.h
src/gram.h
src/lalr.c
src/lex.c
src/output.c
src/print.c
src/reader.c
src/reduce.c
src/state.h