]> git.saurik.com Git - bison.git/commit - src/reduce.c
* src/LR0.c (new_state, get_state): Complete TRACE code.
authorAkim Demaille <akim@epita.fr>
Mon, 19 Nov 2001 10:33:40 +0000 (10:33 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 19 Nov 2001 10:33:40 +0000 (10:33 +0000)
commit2c5f66eda72bb8b158bccf0a528d9dbb2c839f0c
tree24c7be70e33a181536c5b9dd381d4b2816a9231e
parent300f275f23b65c09f69a437c635c48ddd126f21a
* src/LR0.c (new_state, get_state): Complete TRACE code.
* src/closure.c: Include `reader.h' to get `tags', needed by the
trace code.
Rename the conditional DEBUG as TRACE.
Output consistently TRACEs to stderr, not stdout.
* src/derives.c: Likewise.
* src/reduce.c: (inaccessable_symbols): Using if is better style
than goto.
Use `#if TRACE' instead of `#if 0' for tracing code.
ChangeLog
src/LR0.c
src/closure.c
src/derives.c
src/reduce.c