mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-04-24 02:29:43 +00:00
0435d061f2
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.