* data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
authorAkim Demaille <akim@epita.fr>
Mon, 6 Sep 2004 07:48:20 +0000 (07:48 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 6 Sep 2004 07:48:20 +0000 (07:48 +0000)
commite757bb10bc149bd325ff935f8fb7454bd4c7a02a
tree459f46d09773915541609b0f085e529238ef51b4
parent0fe1f06d3652b985f7eb9dce70f59f383dffefd7
* data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
invoked, yydestruct the lookahead.
* tests/calc.at (Calculator $1): Update the expected lengths of
traces: there is an added line for the discarded lookahead.
* doc/bison.texinfo (Destructor Decl): Some rewording.
Define "discarded" symbols.
ChangeLog
data/glr.c
data/lalr1.cc
data/yacc.c
doc/bison.texinfo
tests/calc.at