]> 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:16:07 +0000 (09:16 +0000)
committerAkim Demaille <akim@epita.fr>
Wed, 5 Dec 2001 09:16:07 +0000 (09:16 +0000)
commit2dfb4daf9b3032f4740d1f8d4906077ecc72bdef
treea4003aabf6d039bf0f0a0d199cc993ea39462d16
parentcc904af579e0555617b3ddb1f2166e05debdd6e7
* 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.
14 files changed:
ChangeLog
po/de.po
po/es.po
po/et.po
po/fr.po
po/ja.po
po/nl.po
po/ru.po
po/sv.po
po/tr.po
src/gram.c
src/gram.h
src/reader.c
src/reduce.c