]> git.saurik.com Git - bison.git/commit
* src/gram.c, src/gram.h (ritem_print): New.
authorAkim Demaille <akim@epita.fr>
Wed, 5 Dec 2001 09:26:05 +0000 (09:26 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 5 Dec 2001 09:26:05 +0000 (09:26 +0000)
commit3067fbef531832df1e43bbd28787655808361eed
tree926ad71a5e43d50f456f3cb6acb9437ea8c6a5a9
parent7d27c823deae06e004cc3c55f843964e24f518a7
* src/gram.c, src/gram.h (ritem_print): New.
* src/gram.c (dummy): Remove, now there is actual code in gram.c.
(This useless function was defined only to work around VMS linkers
that can't handle compilation units with variables only).
* src/reduce.c (dump_grammar): Use it to trace the construction of
ritem.
ChangeLog
src/gram.c
src/gram.h
src/reader.c
src/reduce.c