* doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
authorAkim Demaille <akim@epita.fr>
Thu, 30 Jan 2003 08:03:10 +0000 (08:03 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 30 Jan 2003 08:03:10 +0000 (08:03 +0000)
commit0435d061f256fbd8cca6d1c53734ad652089e639
tree1a1ba4adaeb2d23dd2f2a1d23ed7abcd73780936
parent6029a57f539adb2553558e488ec657db0278e48c
* doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.

Changes in response to error report by S. Eken: GLR mode does not

(yyfill): New function to copy from stack tree into array
(yyuserAction): Modify to allow incremental move of semantic values
to rhs array when in GLR mode.
Define YYFILL to use in user-defined actions to fill semantic array
(yyresolveStates): Use X == NULL for pointers, not !X.
ChangeLog
doc/Makefile.am